Skip to main content

Crate store_sqlite

Crate store_sqlite 

Source
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: persistent MemoryPort backed by SQLite.
store
SqliteMailboxStore: the SQLite-backed MailboxStore implementation.