Paketname | libdbd-anydata-perl |
Beschreibung | perl DBI driver for files and data structures |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.09-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 128 Byte |
Hängt ab von | perl (>= 5.6.0-16), libdbd-csv-perl, libdbi-perl, libsql-statement-perl, libanydata-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 36530 Byte |
Prüfsumme MD5 | b6320a53f34fc7b2e3fa1f9f125a92f8 |
Prüfsumme SHA1 | e5aca83334d3e829b19041b1a48bf3d901fa80ae |
Prüfsumme SHA256 | c731525324752dd042c08113203d2f8d48feb9d4e2ce40df28521a6bfb178b60 |
Link zum Herunterladen | libdbd-anydata-perl_0.09-2_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.
|