diesel-guard 0.2.0

Catch unsafe PostgreSQL migrations in Diesel before they take down production
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod checks;
pub mod config;
pub mod error;
pub mod output;
pub mod parser;
pub mod safety_checker;
pub mod violation;

pub use config::{Config, ConfigError};
pub use safety_checker::SafetyChecker;
pub use violation::Violation;