Source: libdatabase-dumptruck-perl Maintainer: Debian Perl Group Uploaders: Lubomir Rintel Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9), libmodule-build-perl, perl, libdbd-sqlite3-perl, libdbi-perl, libjson-perl, libtest-exception-perl, libtest-pod-perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdatabase-dumptruck-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatabase-dumptruck-perl.git Homepage: https://metacpan.org/release/Database-DumpTruck Package: libdatabase-dumptruck-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdbd-sqlite3-perl, libdbi-perl, libjson-perl Description: document-oriented interface to a SQLite database Database::DumpTruck is a simple document-oriented interface to a SQLite database, modelled after Scraperwiki's Python dumptruck module. It allows for easy (and maybe inefficient) storage and retrieval of structured data to and from a database without interfacing with SQL. . The module attempts to identify the type of the data you're inserting and uses an appropriate SQLite type.