Skip to content

Commit 7f2075e

Browse files
committed
Try explicitly passing driver, just in case
1 parent 99b9d3a commit 7f2075e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/application.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
db = Gino(
2222
app,
23+
driver="asyncpg",
2324
host=GLOBALS.database_config.host,
2425
port=GLOBALS.database_config.port,
2526
user=GLOBALS.database_config.username,

0 commit comments

Comments
 (0)