File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m
148
148
- [ sehrope/node-pg-db] ( https://github.com/sehrope/node-pg-db ) - Simpler interface, named parameter support, transaction management and event hooks.
149
149
- [ vitaly-t/pg-promise] ( https://github.com/vitaly-t/pg-promise ) - Use node-postgres via [ Promises/A+] ( https://promisesaplus.com/ ) .
150
150
- [ pg-then] ( https://github.com/coderhaoxin/pg-then ) A tiny wrapper of ` pg ` for promise api.
151
+ - [ pg-rxjs] ( https://github.com/jadbox/pg-rxjs ) Another tiny wrapper like ` pg-then ` but for [ RxJS] ( https://github.com/Reactive-Extensions/RxJS )
151
152
- [ acarl/pg-restify] ( https://github.com/acarl/pg-restify ) - Creates a generic REST API for a postgres database using restify.
152
153
- [ XeCycle/pg-template-tag] ( https://github.com/XeCycle/pg-template-tag ) - Write queries with ES6 tagged template literals, a "poor man's query builder".
153
154
- [ recursivefunk/pg-gen] ( https://github.com/recursivefunk/pg-gen ) - Use ES6 Generators to paginate through large Postgres result sets
You can’t perform that action at this time.
0 commit comments