module documentation

Undocumented

Function adaptPostgreSQL Adapt a connection created by psycopg.AsyncConnection.connect to an AsyncConnection.
Class _PG2DBXSAdapter Undocumented
Class _PG2DBXSCursor Undocumented
def adaptPostgreSQL(connect: Callable[[], Awaitable[PGAsyncConnection]]) -> AsyncConnectable: (source) ΒΆ

Adapt a connection created by psycopg.AsyncConnection.connect to an AsyncConnection.