store-sqlite 0.3.10

SQLite-backed MailboxStore, ClaimPort, MemoryPort, and EventStorePort adapters (bundled SQLite).
Documentation
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"]`.