Skip to main content

Module storage

Module storage 

Source
Expand description

File storage layer with migration support.

Provides FileStorage, which wraps local_store::FileStorage for raw ACID file operations and layers ConfigMigrator-based schema evolution on top.

Structsยง

FileStorage
File storage with ACID guarantees and automatic migrations.