Get a raw asyncpg connection with automatic resource management. Yields: asyncpg.Connection: Direct asyncpg connection Example: ```python async with async_postgres.connection() as conn: result = await conn.fetch("SELECT *
(self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected