Source: libdata-objectdriver-perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20140227~), libmodule-build-tiny-perl Build-Depends-Indep: libclass-accessor-perl, libclass-data-inheritable-perl, libclass-trigger-perl, libdbd-sqlite3-perl, libdbi-perl, libtest-exception-perl, libtext-simpletable-perl, perl Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-objectdriver-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-objectdriver-perl.git Homepage: https://metacpan.org/release/Data-ObjectDriver Package: libdata-objectdriver-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl, libclass-data-inheritable-perl, libclass-trigger-perl, libdbi-perl Recommends: libtext-simpletable-perl Description: simple, transparent data interface, with caching Data::ObjectDriver is an object relational mapper, meaning that it maps object-oriented design concepts onto a relational database. . It's inspired by, and descended from, the MT::ObjectDriver classes in Six Apart's Movable Type and TypePad weblogging products. But it adds in caching and partitioning layers, allowing you to spread data across multiple physical databases, without your application code needing to know where the data is stored.