1 2 3 4 5 6 7
/// DDL execution — one file per object type. /// /// Each file contains `impl Executor` methods for executing /// the corresponding DDL statement variants. pub mod database; pub mod schema; pub mod table;