node-postgres vs pg-promise for Nodejs Application node-postgres vs pg-promise for Nodejs Application postgresql postgresql

node-postgres vs pg-promise for Nodejs Application


pg-promise uses node-postgres internally. AFAIK pg-promise is a promise-based set of higher-level APIs on top that you might find useful. I'd recommend using whichever you feel more comfortable with. I'm the author of node-postgres.