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
|
Source: libdbd-anydata-perl
Section: perl
Priority: optional
Maintainer: Bart Martens <bartm@debian.org>
Build-Depends: debhelper (>= 5), cdbs
Build-Depends-Indep: perl, libdbd-csv-perl, libdbi-perl, libsql-statement-perl, libanydata-perl
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/~jzucker/DBD-AnyData/
Package: libdbd-anydata-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libdbd-csv-perl, libdbi-perl, libsql-statement-perl, libanydata-perl
Suggests: libxml-parser-perl, libwww-perl
Description: perl DBI driver for files and data structures
DBD::AnyData allows you to import almost any type of Perl data structure
into an in-memory table and then use DBI and SQL to access and modify
it. It also allows standard database access to almost any kind of file,
supporting SQL manipulation of the file without converting the file
out of its native format.
.
The module allows you to prototype a database without having
an RDBMS system or other database engine and can operate either with or
without creating or reading disk files. If you do use disk files,
they may, in most cases, either be local files or any remote file
accessible via HTTP or FTP.
.
The module also supports converting files between any of the supported formats.
|