Source: libclass-dbi-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.2-2), libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06), libdbd-sqlite3-perl (>= 1.13-1.1), libdate-simple-perl, libclone-perl, libtime-piece-mysql-perl, libdatetime-format-mysql-perl, libtest-pod-perl Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-dbi-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-dbi-perl.git Homepage: http://search.cpan.org/~tmtm/Class-DBI/ Package: libclass-dbi-perl Architecture: all Depends: libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06), libclone-perl, ${misc:Depends}, ${perl:Depends} Recommends: libclass-dbi-abstractsearch-perl Suggests: libclass-dbi-pg-perl, libclass-dbi-mysql-perl, libclass-dbi-sqlite-perl, libclass-dbi-loader-perl Description: convenient abstraction layer to a database Class::DBI not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions (triggers, referential integrity, cascading delete etc.), at the application level, rather than at the database. . This is particularly useful when using a database which doesn't support these (such as MySQL), or when you would like your code to be portable across multiple databases which might implement these things in different ways. . In short, Class::DBI aims to make it simple to introduce 'best practice' when dealing with data stored in a relational database.