Skip to content

Commit 187063f

Browse files
committed
Update README.md
Added reference to vitaly-t/pg-promise in chapter Extras.
1 parent 7568f84 commit 187063f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Follow me [@briancarlson](https://twitter.com/briancarlson) to keep up to date.
129129

130130
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:
131131

132+
- [vitaly-t/pg-promise](https://github.com/vitaly-t/pg-promise) - Use node-postgres entirely via [Promise](https://github.com/then/promise).
132133
- [brianc/node-pg-native](https://github.com/brianc/node-pg-native) - Simple interface abstraction on top of [libpq](https://github.com/brianc/node-libpq)
133134
- [brianc/node-pg-query-stream](https://github.com/brianc/node-pg-query-stream) - Query results from node-postgres as a readable (object) stream
134135
- [brianc/node-pg-cursor](https://github.com/brianc/node-pg-cursor) - Query cursor extension for node-postgres

0 commit comments

Comments
 (0)