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}-> serializedAtomworld/{world}/log/{seq}->atom_id(sequence is zero-padded decimal for ordering)