//! Module: db::schema::store
//! Responsibility: stable-memory owner for persisted schema metadata.
//! Does not own: reconciliation policy or generated schema proposal construction.
//! Boundary: provides the third per-store stable memory alongside row and index stores.
use ;
///
/// SchemaStore
///
/// Stable-memory handle reserved for one store's persisted schema metadata.
/// The concrete `__icydb_schema` map is introduced by reconciliation work; this
/// type establishes the generated memory boundary without changing row/index IO.
///