anymodel.storages.memory¶
In-memory storage implementation for testing and temporary data.
Classes¶
- class anymodel.storages.memory.MemoryStorage[source]¶
Bases:
StorageIn-memory storage backend.
Stores entities in dictionaries without persistence. Useful for testing and temporary data that doesn’t need to survive application restarts.