safe-migrate 0.3.0

Lint PostgreSQL migrations against live database statistics to prevent blocking locks
Documentation
1
2
3
4
5
6
// FILE: ./src/model/mod.rs

pub mod column;
pub mod relation;
pub mod sequence;
pub mod types;