import asyncio import asyncpg async def write(): conn = await asyncpg.connect('postgres://:@:/database') await conn.execute('query', ...
確定! 回上一頁