Source: libdancer-plugin-database-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Jonathan Yu , Angel Abad , Fabrizio Regalli 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.