Expand description
Produces a valid SQL data manipulation script from a model in the theory of schemas.
Structs§
- Foreign
KeyConstraints - Data containing foreign key constraints and their behavior, which are interpreted as backend-specific attributes.
- SQLAnalysis
- Struct for building a valid SQL DDL.
Enums§
- Column
Type - Enum for specifying the behavior of a column. For example, an Ordinary column is simply a foreign key constraint.
- SQLAnalysis
Error - Error thrown when the SQL Analysis fails.
- 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.