1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-08 13:44:18 +02:00

Merge pull request #166 from jwdeitch/patch-1

add pg_migrate
This commit is contained in:
Asad Dhamani 2017-11-07 20:59:27 +05:30 committed by GitHub
commit 17a1b23f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,6 +139,7 @@
* [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_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.
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)