Expand description
SQLite-backed storage for the edda ledger.
Replaces the file-based storage (events.jsonl, refs/HEAD, refs/branches.json)
with a single ledger.db SQLite file using WAL mode.
Structsยง
- Decision
Row - A row from the
decisionstable. - Sqlite
Store - SQLite-backed storage engine.