node-pg-pool
node-pg-pool copied to clipboard
Want to create connection fail over for multiple endpoint in node-pg-pool
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