import asyncpg dsn = "postgresql://username:password@hostname:5432/database" async with asyncpg.create_pool(dsn) as pool: await pool.execute("...").
確定! 回上一頁