safe-migrate 0.9.0

Check PostgreSQL migrations against a synchronized database baseline
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod column;
pub(crate) mod constraint;
pub(crate) mod function;
pub(crate) mod relation;
pub(crate) mod replication;
pub(crate) mod role;
pub(crate) mod schema;
pub(crate) mod sequence;
pub(crate) mod trigger;
pub(crate) mod types;