Complete access layer to node-postgres via Promises/A+.
Built on top of node-postgres and its connection pool, this library translates their callback interface into one based on Promises/A+, while extending the protocol to a higher level, with automated connections and transactions management.
In addition, the library provides:
- its own, more flexible query formatting;
- event reporting for connectivity, errors, queries and transactions;
- declarative approach to controlling query results;
- support for all popular promise libraries.