It wraps asynchronous features of the Psycopg database driver. ... async def go(): async with aiopg.create_pool(dsn) as pool: async with pool.acquire() as ...
確定! 回上一頁