import asyncio import asyncpg async def connect_to_db(): pool = await asyncpg.create_pool("postgres://user:pass@localhost:5555/dev", ...
確定! 回上一頁