class documentation

class AsyncConnection(Protocol): (source)

View In Hierarchy

Asynchronous version of a DB-API connection.

Async Method close Undocumented
Async Method commit Undocumented
Async Method cursor Undocumented
Async Method rollback Undocumented
Property paramstyle Undocumented
async def close(self): (source)

Undocumented

async def commit(self): (source)

Undocumented

async def cursor(self) -> AsyncCursor: (source)

Undocumented

async def rollback(self): (source)

Undocumented

Undocumented