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 | |
An AsyncConnectable can establish and pool AsyncConnection objects. |
| Class | |
Asynchronous version of a DB-API connection. |
| Class | |
Asynchronous Cursor Object. |
| Exception | |
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 | |
Undocumented |
Connect to a given connection in a context manager.