libdatabase-dumptruck-perl 1.2-2.1 source package in Ubuntu

Changelog

libdatabase-dumptruck-perl (1.2-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 17:19:04 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatabase-dumptruck-perl_1.2-2.1.dsc 2.2 KiB 5cbbe32339065c59be00d50e9a31b70092922f618661e27e70345eec2341387e
libdatabase-dumptruck-perl_1.2.orig.tar.gz 8.1 KiB 98add1bbf9e61ab8280021b35171981cd14d5d525fd89e7629eddbe92f1175b0
libdatabase-dumptruck-perl_1.2-2.1.debian.tar.xz 1.9 KiB 2abffb1b2c257523dc76d3adafc3356bc64b89b3235ede56ccc3980ec9ed77cb

Available diffs

No changes file available.

Binary packages built by this source

libdatabase-dumptruck-perl: 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.