1 2 3 4 5
# store-sqlite SQLite-backed adapters for substrate ports: mailbox store, atomic claim, memory history, and event store. Uses `rusqlite` with the **bundled** SQLite feature. Enable via the `substrate` facade: `features = ["sqlite"]`.