Expand description
SQLite-backed MailboxStore and ClaimPort implementations.
Re-exports§
pub use claim_store::bodies_are_near_duplicate;pub use claim_store::SqliteClaimStore;pub use config_store::ConfigEntry;pub use config_store::SqliteConfigStore;pub use error::StoreError;pub use event_store::SqliteEventStore;pub use memory_store::SqliteMemoryStore;pub use store::SqliteMailboxStore;
Modules§
- claim_
store SqliteClaimStore: atomic work-queue with fuzzy near-duplicate detection.- config_
store SqliteConfigStore: thin key-value config persistence for gateway management.- error
- Store error type.
- event_
store SqliteEventStore: append-only event log with global monotonic ordering.- memory_
store SqliteMemoryStore: persistentMemoryPortbacked by SQLite.- store
SqliteMailboxStore: the SQLite-backedMailboxStoreimplementation.