Node-postgres is a postgresql client module for node.
I'm going to build a Nodejs application with Postgresql as back end. I'm not going to use ORMs like Sequelize …
node.js postgresql node-postgres pg-promiseI'm running Node 7.6.0, which supports async/await. The node-postgres client pool supports async/await, and has a nice example here. …
node.js postgresql transactions node-postgres