safe-migrate 0.9.0

Check PostgreSQL migrations against a synchronized database baseline
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod evidence;
pub(crate) mod expr_ir;
pub(crate) mod expr_visitor;
pub(crate) mod facts;
pub(crate) mod graph;
pub(crate) mod mutations;
pub(crate) mod outcome;
pub(crate) mod resolver;
pub(crate) mod settings;
pub(crate) mod state;
pub(crate) mod transaction;