cowbird.database.base
Classes
Return the unique identifier of db type matching settings. |
Module Contents
- class cowbird.database.base.DatabaseInterface(_: cowbird.typedefs.AnySettingsContainer)[source]
Return the unique identifier of db type matching settings.
Database interface defining a minimum set of function mostly around store management.
- abstract get_store(store_type: cowbird.typedefs.StoreSelector, *store_args: Any, **store_kwargs: Any) cowbird.database.stores.StoreInterface [source]
- abstract reset_store(store_type: cowbird.typedefs.StoreSelector) cowbird.database.stores.StoreInterface [source]