We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.