Expand description
DDL (Data Definition Language) generation from schema operations.
This module converts SchemaOperations from the diff engine into executable
SQL statements for each supported database dialect (SQLite, MySQL, PostgreSQL).
Structs§
- Mysql
DdlGenerator - DDL generator for MySQL.
- Postgres
DdlGenerator - DDL generator for PostgreSQL.
- Sqlite
DdlGenerator - DDL generator for SQLite.
Traits§
- DdlGenerator
- Generates DDL SQL statements from schema operations.
Functions§
- generator_
for_ dialect - Create a DDL generator for the given dialect.