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§
- Sqlite
Config Store - sqlx/sqlite-backed config store — shares
events.dbwith the event store.
Traits§
- Config
Store - Durable, mutable store for the managed-repo registry.