Source: libdatetime-format-dbi-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas , Ansgar Burchardt Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.400000) Build-Depends-Indep: libdatetime-format-sqlite-perl, libdatetime-perl, libdbd-sqlite3-perl, libdbi-perl, libtest-database-perl, libtest-nowarnings-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-dbi-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-dbi-perl.git Homepage: https://metacpan.org/release/DateTime-Format-DBI Testsuite: autopkgtest-pkg-perl Package: libdatetime-format-dbi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl, libdbi-perl Recommends: libdatetime-format-db2-perl, libdatetime-format-mysql-perl, libdatetime-format-pg-perl, libdatetime-format-sqlite-perl Description: abstraction layer for DateTime over some database vendors DateTime::Format::DBI finds a DateTime::Format::* class that is suitable for the use with a given DBI connection (and DBD::* driver). . It currently supports the following format modules: IBM DB2 (DB2)|DateTime::Format::DB2, MySQL|DateTime::Format::MySQL, Oracle|DateTime::Format::Oracle, PostgreSQL (Pg)|DateTime::Format::Pg, SQLite|DateTime::Format::SQLite. . NOTE: This module provides a quick method to find the correct parser and formatter class. However, this is usually not sufficient for full database abstraction. You will also have to cater for differences in the syntax and semantics of SQL datetime functions (and other SQL commands).