如果Python想異步操作PostgreSQL的話,需要使用一個模塊,叫:asyncpg, ... import asyncio import asyncpg async def main(): pool = await ...
確定! 回上一頁