//! SQL DDL generation for the supported dialects.
//!
//! Each dialect implements the [`Dialect`] trait, which knows how to render
//! [`DataType`](crate::models::types::DataType) values, identifier quoting,
//! and dialect-specific clauses. The top-level entry point is
//! [`LogicalModel::to_sql`].
pub use ;
use crateLogicalModel;