Re: [sqlalchemy] Support for backup node connection.

2019-04-04 Thread rishi reddy
atest/core/engines.html#custom-dbapi-connect-arguments > > and the URL format is at > > https://www.postgresql.org/docs/current/libpq-connect.html#libpq-multiple-hosts > > . > > > On Thu, Apr 4, 2019 at 2:42 PM rishi reddy > wrote: > > &

[sqlalchemy] Support for backup node connection.

2019-04-04 Thread rishi reddy
Hi All, I have Postgres DB two node cluster and using SQLALCHEMY_DATABASE_URI were we can give only one node details. But how can i achieve a scenario were if the given node goes down SQLALCHEMY will connect to the other backup node. Is there an option of giving the backup node details in