Skip to main content

Module config_store

Module config_store 

Source
Expand description

Mutable config records (the managed-repo registry) on the shared DB.

Distinct from crate::store::Store because the access pattern is key-value upsert/read, not append/replay. Standalone uses SqliteConfigStore in the same events.db; a Postgres-backed impl drops in behind the trait in the clustered tier (Phase 2). See the topology design spec §3.4.

Structs§

SqliteConfigStore
sqlx/sqlite-backed config store — shares events.db with the event store.

Traits§

ConfigStore
Durable, mutable store for the managed-repo registry.