1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libdbd-patroni-perl
Standards-Version: 4.7.3
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
libdbd-pg-perl <!nocheck>,
libdbi-perl <!nocheck>,
libjson-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libwww-perl <!nocheck>,
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.
|