dwbase-storage-sled 0.1.8

DWBase: agent-first immutable atom store, components, and tools.
Documentation

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)