Skip to main content

Module store

Module store 

Source
Expand description

Persistent storage primitives.

Phase 1 ships eventlog, an append-only SQLite-backed log used for transport-level idempotency (RFC §6.4), subscription backfill (§13.3), and resume (§19). Later phases add the artifact store (§16) and any additional persisted state.

Modules§

credentials
Persistent metadata shapes for outstanding provisioned credentials.
eventlog
Append-only SQLite event log.