From a1ff3a17fd06b65f28f7b998668531391eedbc68 Mon Sep 17 00:00:00 2001 From: Andrew Carlson Date: Thu, 18 Jun 2015 21:21:10 -0400 Subject: [PATCH] adding pg-restify to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54b94899..e7545939 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. +- [acarl/pg-restify](https://github.com/acarl/pg-restify) - Creates a generic REST API for a postgres database using restify. ## License