otsuka
Results
2
issues of
otsuka
- You can register the Slack username in the user's account settings. - Administrator needs to create a user custom text field named "Slack Username". - If Slack's username is...
I can connect to PostgreSQL database using asyncpg with specifying DSN string as follows: ```py conn = await asyncpg.connect( 'postgres:///sampledb?host=/cloudsql/xxx:asia-northeast1:yyy/.s.PGSQL.5432&user=postgres&password=pass') ``` (This PostgreSQL database is GCP Cloud SQL) Using`Tortoise.init()`, however,...
bug