We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecba8da commit a1ff3a1Copy full SHA for a1ff3a1
README.md
@@ -148,6 +148,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m
148
- [sehrope/node-pg-db](https://github.com/sehrope/node-pg-db) - Simpler interface, named parameter support, transaction management and event hooks.
149
- [vitaly-t/pg-promise](https://github.com/vitaly-t/pg-promise) - Use node-postgres via [Promises/A+](https://promisesaplus.com/).
150
- [pg-then](https://github.com/coderhaoxin/pg-then) A tiny wrapper of `pg` for promise api.
151
+- [acarl/pg-restify](https://github.com/acarl/pg-restify) - Creates a generic REST API for a postgres database using restify.
152
153
## License
154
0 commit comments