schema-model 0.2.0

A set of tools to manage relational database schemas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod aggregation;
pub mod column;
pub mod column_type;
pub mod constraint;
pub mod database_model;
pub mod enum_type;
pub mod function;
pub mod initial_data;
pub mod key;
pub mod other_sql;
pub mod procedure;
pub mod relation;
pub mod schema;
pub mod table;
pub mod trigger;
pub mod types;
pub mod version;
pub mod view;