From 967f0e7f9b075d770745624c18fce93df7580c2e Mon Sep 17 00:00:00 2001 From: Kabir Date: Tue, 15 Nov 2016 12:54:45 +0545 Subject: [PATCH] Add pglistend in the Utilities section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 967c818..7e01cc5 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,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)