//! Physical schema-version stamp helpers (desired version from the in-process registry).
use crate;
use crateSchemaRegistry;
/// SQL catalog table that stores last-applied DSL schema versions.
pub const SCHEMA_META_TABLE: &str = "valence_schema_meta";
/// Desired schema version string for `table` from [`SchemaRegistry`].
///
/// # Errors
///
/// Returns [`Error::Validation`] when the table is not registered.
/// Whether a physical stamp matches the registry desired version (exact string equality).