anymodel.storages.filesystem¶
Filesystem-based storage implementation.
This module provides a storage backend that persists entities as files on the filesystem, with hierarchical directory structure for efficient access.
Classes¶
- class anymodel.storages.filesystem.FileSystemStorage(path)[source]¶
Bases:
StorageStorage backend that persists entities to the filesystem.
Stores entities as pickled files in a hierarchical directory structure based on entity IDs for efficient access to large numbers of entities.