Source: libdbix-simple-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libdbd-sqlite3-perl, libdbi-perl, libobject-accessor-perl | perl (<< 5.18.5), libtest-pod-perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbix-simple-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdbix-simple-perl.git Homepage: https://metacpan.org/release/DBIx-Simple Package: libdbix-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl Recommends: libobject-accessor-perl | perl (<< 5.18.5), libsql-abstract-perl, libtext-table-perl Description: Perl module implementing an simpler interface to DBI DBIx::Simple provides a simplified interface to DBI, Perl's powerful de-facto standard database interface. This module is aimed at rapid development and easy maintenance of your codebase. A single method prepares and executes your queries, and the result object (which wraps the statement handle) provides easy row-by-row iteration and slurping methods. . The query method returns either a result object, or a dummy object. The dummy object returns undef (or an empty list) for all methods and when evaluated in boolean context, is false. The dummy object lets you postpone (or skip) error checking, but it also makes immediate error checking simple.