Top "Node-postgres" questions

Node-postgres is a postgresql client module for node.

node-postgres vs pg-promise for Nodejs Application

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-promise
node-postgres transactions with callbacks or async/await?

I'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