anymodel.storages.base¶
Base storage module defining the storage interface.
Classes¶
- class anymodel.storages.base.Storage[source]¶
Bases:
objectAbstract base class for storage backends.
All storage implementations must inherit from this class and implement the required methods for CRUD operations and schema management.