Source: libalzabo-perl Maintainer: Debian Perl Group Uploaders: Jay Bonci , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 9~), libmodule-build-perl, perl Build-Depends-Indep: libexception-class-perl, libparams-validate-perl, libtie-ixhash-perl, libdbd-pg-perl, libclass-factory-util-perl, libdbd-mysql-perl, libdbi-perl, libfile-find-rule-perl, libtest-pod-perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalzabo-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalzabo-perl.git Homepage: https://metacpan.org/release/Alzabo Package: libalzabo-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libexception-class-perl, libparams-validate-perl, libtie-ixhash-perl, libdbd-pg-perl, libclass-factory-util-perl, libdbd-mysql-perl, libdbi-perl Description: Data modelling tool and RDBMS-OO mapper Alzabo is a suite of modules with two core functions. Its first use is as a data modelling tool. Through either a schema creation GUI, a perl program, or reverse engineering, you can create a set objects to represent a schema. . Its second function is as an RDBMS to object mapping system. Once you have created a schema, you can use the Alzabo::Runtime::Table and Alzabo::Runtime::Row classes to access its data.