Update README.md

Added reference to vitaly-t/pg-promise in chapter Extras.
This commit is contained in:
Vitaly Tomilov 2015-03-10 15:02:07 +00:00
parent 7568f84553
commit 187063fae1

View File

@ -129,6 +129,7 @@ Follow me [@briancarlson](https://twitter.com/briancarlson) to keep up to date.
node-postgres is by design pretty light on abstractions. These are some handy modules we've been using over the years to complete the picture: node-postgres is by design pretty light on abstractions. These are some handy modules we've been using over the years to complete the picture:
- [vitaly-t/pg-promise](https://github.com/vitaly-t/pg-promise) - Use node-postgres entirely via [Promise](https://github.com/then/promise).
- [brianc/node-pg-native](https://github.com/brianc/node-pg-native) - Simple interface abstraction on top of [libpq](https://github.com/brianc/node-libpq) - [brianc/node-pg-native](https://github.com/brianc/node-pg-native) - Simple interface abstraction on top of [libpq](https://github.com/brianc/node-libpq)
- [brianc/node-pg-query-stream](https://github.com/brianc/node-pg-query-stream) - Query results from node-postgres as a readable (object) stream - [brianc/node-pg-query-stream](https://github.com/brianc/node-pg-query-stream) - Query results from node-postgres as a readable (object) stream
- [brianc/node-pg-cursor](https://github.com/brianc/node-pg-cursor) - Query cursor extension for node-postgres - [brianc/node-pg-cursor](https://github.com/brianc/node-pg-cursor) - Query cursor extension for node-postgres