Source: libur-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl Build-Depends-Indep: libclass-autoloadcan-perl , libclass-autouse-perl , libclass-inspector-perl , libclone-pp-perl , libdata-compare-perl , libdata-uuid-libuuid-perl , libdbd-sqlite3-perl , libdbi-perl , libdevel-globaldestruction-perl , libfreezethaw-perl , libgetopt-complete-perl , libjson-perl , liblingua-en-inflect-perl , liblist-moreutils-perl , libmodule-runtime-perl , libmro-compat-perl , libnet-httpserver-perl , libossp-uuid-perl , libpath-class-perl , libplack-perl , libsub-install-perl , libsub-name-perl , libtemplate-perl , libtest-deep-perl , libtest-exception-perl , libtest-fatal-perl , libtest-fork-perl , libtext-diff-perl , libtext-glob-perl , libxml-dumper-perl , libxml-libxml-perl , libxml-libxslt-perl , libyaml-perl , perl Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libur-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libur-perl.git Homepage: https://metacpan.org/release/UR Rules-Requires-Root: no Package: libur-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-autoloadcan-perl, libclass-autouse-perl, libclass-inspector-perl, libclone-pp-perl, libdata-compare-perl, libdata-uuid-libuuid-perl, libdbd-sqlite3-perl, libdbi-perl, libdevel-globaldestruction-perl, libfreezethaw-perl, libgetopt-complete-perl, libjson-perl, liblingua-en-inflect-perl, liblist-moreutils-perl, libmodule-runtime-perl, libmro-compat-perl, libossp-uuid-perl, libpath-class-perl, libplack-perl, libsub-install-perl, libsub-name-perl, libtemplate-perl, libtest-exception-perl, libtest-fork-perl, libtext-diff-perl, libtext-glob-perl, libyaml-perl Recommends: libnet-httpserver-perl, libxml-dumper-perl, libxml-libxml-perl, libxml-libxslt-perl Description: object/relation mapper library UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, object cache, in-memory transactions, more formal class definitions, metadata, documentation system, iterators, command line tools, etc. . UR can handle multiple column primary and foreign keys, SQL joins involving class inheritance and relationships, and does its best to avoid querying the database unless the requested data has not been loaded before. It has support for SQLite, Oracle, MySQL and Postgres databases, and the ability to use a text file as a table. . UR uses the same syntax to define non-persistent objects, and supports in-memory transactions for both.