safe-migrate 0.5.0

Analyze PostgreSQL migrations for schema and locking risks
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;