//! Rich database introspection for code generation.
//!
//! Reads the full shape of a schema — tables, columns with types and defaults,
//! primary keys, foreign keys, unique constraints, and indexes — into a
//! backend-neutral model that generators consume.
pub use ;
pub use read;