-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Labels
bugDescribes a bug in the system.Describes a bug in the system.
Milestone
Description
adding echo
does not work, how can I close it?
db = Gino(
dsn=db_dsn,
pool_min_size=config.DB_POOL_MIN_SIZE,
pool_max_size=config.DB_POOL_MAX_SIZE,
echo=`config.DB_ECHO`,
ssl=config.DB_SSL,
use_connection_for_request=config.DB_USE_CONNECTION_FOR_REQUEST,
retry_limit=config.DB_RETRY_LIMIT,
retry_interval=config.DB_RETRY_INTERVAL,
)
Metadata
Metadata
Assignees
Labels
bugDescribes a bug in the system.Describes a bug in the system.