module documentation

This is a collection of abstract types that are like the PEP 249 types in dbxs.dbapi, but with await put in the relevant places to make them asynchronous.

Class AsyncConnectable An AsyncConnectable can establish and pool AsyncConnection objects.
Class AsyncConnection Asynchronous version of a DB-API connection.
Class AsyncCursor Asynchronous Cursor Object.
Exception InvalidConnection The connection has already been closed, or the transaction has already been committed.
Async Function transaction Connect to a given connection in a context manager.
Type Variable T Undocumented
Type Alias StrictParamStyle Undocumented

Connect to a given connection in a context manager.

Undocumented

Value
TypeVar('T')
StrictParamStyle = (source)

Undocumented

Value
Literal['qmark', 'numeric', 'named', 'format', 'pyformat', 'numeric_dollar']