pg_sync 0.1.0

PostgreSQL DML change management tool
Documentation
pg_sync-0.1.0 has been yanked.

pg-sync

PostgreSQL: jdbc:postgresql://localhost:5432/postgres
1 table(s).

n of undoable migrations

migrations
create tables
create table table1
alter add columns
alter change columns
alter drop columns

Undo migrations
drop table table1
alter drop columns
alter change columns
alter add columns

migration id n+1 run pg-sync undo n+1 to undo changes

Release crates.io cargo install docs to do list