Skip to main content

Crate dwbase_storage_sled

Crate dwbase_storage_sled 

Source
Expand description

Sled-backed append-only storage engine for DWBase.

Atoms are immutable and written once; replay is driven by a per-world log that records append order. Storage keys:

  • world/{world}/atoms/{atom_id} -> serialized Atom
  • world/{world}/log/{seq} -> atom_id (sequence is zero-padded decimal for ordering)

Structs§

DummyKeyProvider
EnvKeyProvider
SledConfig
SledStorage
Sled-backed implementation of StorageEngine.

Traits§

KeyProvider