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

Add pg_bulkload - It's a high speed data loading utility for PostgreSQL.

This commit is contained in:
Renato Assis 2017-06-21 09:50:33 -03:00 committed by GitHub
parent a2f2b20900
commit 8aa5a5a3de

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