From efdcf75cb7c0742e7fe80bac05353526b85c694c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 27 Jan 2016 10:27:02 -0800 Subject: [PATCH] pg-rxjs mention added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b291b3..37a2183 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m - [sehrope/node-pg-db](https://github.com/sehrope/node-pg-db) - Simpler interface, named parameter support, transaction management and event hooks. - [vitaly-t/pg-promise](https://github.com/vitaly-t/pg-promise) - Use node-postgres via [Promises/A+](https://promisesaplus.com/). - [pg-then](https://github.com/coderhaoxin/pg-then) A tiny wrapper of `pg` for promise api. +- [pg-rxjs](https://github.com/jadbox/pg-rxjs) Another tiny wrapper like `pg-then` but for [RxJS](https://github.com/Reactive-Extensions/RxJS) - [acarl/pg-restify](https://github.com/acarl/pg-restify) - Creates a generic REST API for a postgres database using restify. - [XeCycle/pg-template-tag](https://github.com/XeCycle/pg-template-tag) - Write queries with ES6 tagged template literals, a "poor man's query builder". - [recursivefunk/pg-gen](https://github.com/recursivefunk/pg-gen) - Use ES6 Generators to paginate through large Postgres result sets