SchemaBuilder

Trait SchemaBuilder 

Source
pub trait SchemaBuilder:
    TableBuilder
    + IndexBuilder
    + ForeignKeyBuilder { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl SchemaBuilder for MysqlQueryBuilder

Available on crate feature backend-mysql only.
Source§

impl SchemaBuilder for PostgresQueryBuilder

Available on crate feature backend-postgres only.
Source§

impl SchemaBuilder for SqliteQueryBuilder

Available on crate feature backend-sqlite only.