From 5d9109e26ccec0527829f9d76c2818e9b9eb3dfb Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Wed, 11 Mar 2015 22:48:39 +0000 Subject: [PATCH] Correcting the library description The library moved away from featuring the Promise library, it now supports the entire Promises/A+ family. Happy Days! :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c676413..8957ad89 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m - [datalanche/node-pg-format](https://github.com/datalanche/node-pg-format) - Safely and easily create dynamic SQL queries with this Node implementation of [PostgreSQL format()](http://www.postgresql.org/docs/9.3/static/functions-string.html#FUNCTIONS-STRING-FORMAT). - [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 entirely via [Promise](https://github.com/then/promise). +- [vitaly-t/pg-promise](https://github.com/vitaly-t/pg-promise) - Use node-postgres via [Promises/A+](https://promisesaplus.com/). ## License