DEV Community

Cover image for PostgreSQL and high availability in Node.js
Joan Miquel Torres
Joan Miquel Torres

Posted on

PostgreSQL and high availability in Node.js

For those using PostgreSQL with Node.JS and worried about High Availability and outage resilience, I have published this wrapper solving important issues in node-pg:

https://github.com/bitifet/node-postgres-ha

I am looking forward to cherry-pick the improvements as PRs to actual node-postgres but, by now, it fits our goals of preventing issues derived from eventual server or network malfunctions.

Top comments (0)