MCPcopy Create free account
hub / github.com/chatbi/chatbi / connection

Method connection

chatbi/database/database.py:485–506  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_ensure_poolMethod · 0.95
DatabaseErrorClass · 0.90

Tested by

no test coverage detected