Skip to main content

Module sqlite_store

Module sqlite_store 

Source
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ยง

DecisionRow
A row from the decisions table.
SqliteStore
SQLite-backed storage engine.