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ยง
- Sqlite
Event Store Backend cqrs-sqlite - SQLite-backed event store backend.