pgdiff 0.1.0

Postgresql schema diff tool
Documentation
1
2
3
4
5
pub mod diff;
pub mod errors;
pub mod inspect;

pub use errors::*;