brianc / node-pg-pool

A connection pool for node-postgres
MIT License
180 stars 64 forks source link

Want to create connection fail over for multiple endpoint in node-pg-pool #107

Open Nirmal1992 opened 5 years ago

Nirmal1992 commented 5 years ago

Hi team, I Want to create connection fail over for multiple endpoint in node-pg-pool. How can I achieve it. If one connetion fails it needs to connect to second.. don't want to do it in catch block of first connection