import asyncpg from gino.dialects.asyncpg import Pool as BasePool from ... _pool = await asyncpg.create_pool(dsn, **args) return self db ...
確定! 回上一頁