SqlClientMixin
Hierarchy
Index
Methods
Methods
__init__
Parameters
keyword-onlyid: str
keyword-onlystorage_client: SqlStorageClient
Returns None
get_session
Create a new SQLAlchemy session for this storage.
Parameters
optionalkeyword-onlywith_simple_commit: bool = False
Returns AsyncIterator[AsyncSession]
Mixin class for SQL clients.
This mixin provides common SQL operations and basic methods for SQL storage clients.