Merge pull request #126 from lius/master

Add Schema migration tools (and pgmigrate) as a new section
This commit is contained in:
Asad Dhamani 2017-11-07 21:48:40 +05:30 committed by GitHub
commit 403a447107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,7 @@
* [pg_bulkload](http://ossc-db.github.io/pg_bulkload/index.html) - It's a high speed data loading utility for PostgreSQL.
* [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.
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)