safe-migrate 0.4.1

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

pub mod interactive;
pub mod reporter;
#[cfg(test)]
mod reporter_tests;
pub mod violations;