From d85269e60f510601bee341122efef87f7a053430 Mon Sep 17 00:00:00 2001 From: haoxin Date: Tue, 2 Jun 2015 23:16:01 +0800 Subject: [PATCH] Add link of pg-then to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72b984913..54b94899d 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m - [iceddev/pg-transact](https://github.com/iceddev/pg-transact) - A nicer API on node-postgres transactions - [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. ## License