Expand description
Produces a valid SQL data manipulation script from a model in the theory of schemas.
Structs§
- SQLAnalysis
- Struct for building a valid SQL DDL.
Enums§
- SQLBackend
- Variants of SQL backends. Each correspond to types which implement the
SchemaBuildertrait that is used to render into the correct backend. TheSchemaBuilderand the types implementing that trait are owned bysea_query.