Adds apgdiff

apgdiff (http://www.apgdiff.com/) is awesome and definitely deserves to be on this list. Saved me from hours of tedious manual comparison.
This commit is contained in:
Scott Bauer 2016-02-15 12:08:19 -06:00
parent af3d6bef0f
commit 0d76cfba26

View File

@ -65,6 +65,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [yoke](https://github.com/nanopack/yoke) - Postgres high-availability cluster with auto-failover and automated cluster recovery
* [pgCenter](https://github.com/lesovsky/pgcenter) - Provides convenient interface to various statistics, management task, reloading services, viewing log files and canceling or terminating database backends
* [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases
* [apgdiff](http://www.apgdiff.com/) - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one
### Language bindings
* Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres)