1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-02-09 14:04:28 +02:00

add pg_migrate

Well tested and Valgrind analyzed.

Thank you!
This commit is contained in:
jwdeitch 2017-04-05 22:44:36 -04:00 committed by GitHub
parent c61e4026a9
commit 0d6c325e57

View File

@ -128,6 +128,7 @@
* [yoke](https://github.com/nanopack/yoke) - PostgreSQL high-availability cluster with auto-failover and automated cluster recovery.
* [pglistend](https://github.com/kabirbaidhya/pglistend) - A lightweight PostgresSQL `LISTEN`/`NOTIFY` daemon built on top of `node-postgres`.
* [ZSON](https://github.com/postgrespro/zson) - PostgreSQL extension for transparent JSONB compression
* [pg_migrate](https://github.com/jwdeitch/pg_migrate) - Manage PostgreSQL codebases and make VCS simple.
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)