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: libdancer-plugin-database-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
gregor herrmann <gregoa@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Angel Abad <angel@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdancer-perl (>= 1.3099),
libdancer-plugin-database-core-perl (>= 0.16),
libdbd-sqlite3-perl,
libtest-pod-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdancer-plugin-database-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdancer-plugin-database-perl.git
Homepage: https://metacpan.org/release/Dancer-Plugin-Database
Testsuite: autopkgtest-pkg-perl
Package: libdancer-plugin-database-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdancer-plugin-database-core-perl (>= 0.16),
libdancer-perl (>= 1.3099)
Description: Dancer plugin providing easy database connections
Dancer::Plugin::Database is a Dancer plugin that provides an easy way to
obtain a connected DBI database handle by simply calling the "database"
keyword within your Dancer application. It also ensures that the database
handle is still connected and valid.
.
Additionally, connection credentials and other information are retrieved
from the Dancer configuration, leaving your code nice and clean.
|