Skip to main content

Crate arc_es_sqlite

Crate arc_es_sqlite 

Source
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§

SqliteEventStore
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.

Derive Macros§

Deserialize
Serialize