pgmt 0.4.8

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