Skip to main content

Module versioned_file

Module versioned_file 

Source
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ยง

VersionedFileStorage
Version-aware file storage that wraps local_store::FileStorage.