Skip to main content

Module sqlite_backend

Module sqlite_backend 

Source
Available on crate feature cqrs only.
Expand description

SQLite-backed event store backend for offline-first deployments

Provides a persistent event store using SQLite with WAL mode for concurrent read/write access. All database operations use tokio::task::spawn_blocking since rusqlite is synchronous.

Structsยง

SqliteEventStoreBackendcqrs-sqlite
SQLite-backed event store backend.