1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-07-17 07:12:20 +02:00

Merge pull request #141 from kabirbaidhya/patch-1

Add pglistend in the Utilities section
This commit is contained in:
Asad Dhamani
2017-01-27 16:52:42 +05:30
committed by GitHub

View File

@ -115,6 +115,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics for your PostgreSQL database.
* [PostgREST](https://github.com/begriffs/postgrest) - Serves a fully RESTful API from any existing PostgreSQL database.
* [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`.
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)