We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47af0bb commit a2935afCopy full SHA for a2935af
gino/ext/sanic.py
@@ -119,6 +119,7 @@ async def before_server_start(_, loop):
119
120
await self.set_bind(
121
dsn,
122
+ echo=app.config.setdefault('DB_ECHO', False),
123
min_size=app.config.setdefault('DB_POOL_MIN_SIZE', 5),
124
max_size=app.config.setdefault('DB_POOL_MAX_SIZE', 10),
125
loop=loop,
0 commit comments