There was an error while loading. Please reload this page.
Ideally, the following code would work:
import asyncpg async def main(): async with asyncpg.connect() as conn: # await conn.execute("SELECT")
Instead, the connection must be managed manually.