File: control

package info (click to toggle)
libdatabase-dumptruck-perl 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 84 kB
  • ctags: 20
  • sloc: perl: 425; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libdatabase-dumptruck-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lubomir Rintel <lkundrak@v3.sk>
Build-Depends: debhelper (>= 9),
 perl,
 libdbd-sqlite3-perl,
 libdbi-perl,
 libjson-perl,
 libtest-exception-perl,
 libtest-pod-perl
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatabase-dumptruck-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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.