brianc / node-pg-pool

A connection pool for node-postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Nirmal1992 opened this issue · comments

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