Expand description
Version-aware file storage wrapper.
Provides VersionedFileStorage, which wraps local_store::FileStorage for
raw ACID file operations and layers ConfigMigrator-based schema evolution
on top.
Structsยง
- Versioned
File Storage - Version-aware file storage that wraps
local_store::FileStorage.