pgmt 0.5.0

PostgreSQL migration tool that keeps your schema files as the source of truth
Documentation
1
2
3
4
5
6
7
pub mod branch;
pub mod cleaner;
pub mod connection;
pub mod error_context;
pub mod schema_executor;
pub mod schema_processor;
pub mod sql_executor;