//! Query-driven schema catalog response orchestration helpers.
//!
//! This module composes query-path loader rows with presentation/error mapping
//! for `/schema/columns` and `/schema/constraints`.
mod columns;
mod constraints;
pub(super) use columns::schema_columns_response;
pub(super) use constraints::schema_constraints_response;