Module sql

Module sql 

Source
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 SchemaBuilder trait that is used to render into the correct backend. The SchemaBuilder and the types implementing that trait are owned by sea_query.