Expand description
§Arc ES SQLite
SQLite implementation of the EventStore trait from arc-core.
Persists AuditMetadata inline alongside each event (see HIPAA-1 in
docs/ark/refactor-plan.md). append calls
validate_audit_batch
before any write — defense-in-depth against an upstream that forgot to
stamp.
Re-exports§
pub use session::SqliteSessionStore;pub use read_model_store::SqliteReadModelStore;
Modules§
- read_
model_ store - SQLite Read Model Store
- session
- SQLite-backed
SessionStore(HIPAA-4).
Structs§
- Sqlite
Event Store - SQLite implementation of EventStore.
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.