schema-model 0.2.0

A set of tools to manage relational database schemas
Documentation
1
2
3
4
5
6
7
8
9
pub mod column;
pub mod key;
pub mod schema;
pub mod table;

pub use column::ColumnBuilder;
pub use key::KeyBuilder;
pub use schema::SchemaBuilder;
pub use table::TableBuilder;