Skip to main content

Module versioned_dir

Module versioned_dir 

Source
Expand description

Version-aware directory storage wrappers.

Provides VersionedDirStorage (sync) and, when the async feature is enabled, VersionedAsyncDirStorage. Both wrap their counterparts in local_store for raw ACID file operations and layer Migrator-based schema evolution on top.

Structsยง

VersionedDirStorage
Version-aware directory-based entity storage.