Merge pull request #133 from cbbrowne/source

Add pgcmp
This commit is contained in:
Asad Dhamani 2017-11-07 21:50:26 +05:30 committed by GitHub
commit 95978f513c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,7 @@
* [pg_migrate](https://github.com/jwdeitch/pg_migrate) - Manage PostgreSQL codebases and make VCS simple.
* [sqitch](https://github.com/theory/sqitch) - Tool for managing versioned schema deployment
* [pgmigrate](https://github.com/yandex/pgmigrate) - CLI tool to evolve schema migrations, developed by Yandex.
* [pgcmp](https://github.com/cbbrowne/pgcmp) - Tool to compare database schemas, with capability to accept some persistent differences
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)