Source: libdbd-patroni-perl Standards-Version: 4.7.3 Maintainer: Debian Perl Group Uploaders: Xavier Guimard , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libdbd-pg-perl , libdbi-perl , libjson-perl , libtest-simple-perl , libwww-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbd-patroni-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbd-patroni-perl.git Homepage: https://metacpan.org/release/DBD-Patroni Package: libdbd-patroni-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdbd-pg-perl, libdbi-perl, libjson-perl, libwww-perl, Description: DBI driver for PostgreSQL with Patroni cluster support DBD::Pg driver isn't able to deal directly with a Patroni cluster. DBD::Patroni is a layer on top of DBD::Pg capable of detecting the master node and its slaves in a Patroni cluster. It is also able to redirect read-only queries to slave nodes. In case of error, before reporting it, it first tries to rediscover the Patroni topology and tries to replay the query when master changed.