Paketname | libdbd-anydata-perl |
Beschreibung | perl DBI driver for files and data structures |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.11-0.1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 132 Byte |
Hängt ab von | perl, libdbi-perl (>= 1.612), libsql-statement-perl (>= 1.28), libanydata-perl, libparams-util-perl |
Empfohlene Pakete | |
Paketbetreuer | Bart Martens |
Quelle | |
Paketgröße | 38678 Byte |
Prüfsumme MD5 | b294dacccca124d02e61725c7beb93b9 |
Prüfsumme SHA1 | 57f81ebbd8cec54a8d19ff8c0d8a2aec050390c1 |
Prüfsumme SHA256 | 5d3eab7e1c039c11fd698a5c2b7f6b0abdbf7d1c063539ffec9b9a1e6df622fd |
Link zum Herunterladen | libdbd-anydata-perl_0.11-0.1_all.deb |
Ausführliche Beschreibung | 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.
|