Paketname | libdbix-simple-perl |
Beschreibung | Perl module implementing an simpler interface to DBI |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.32-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | perl (>= 5.6.0-16), libdbi-perl (>= 1.21) |
Empfohlene Pakete | libsql-abstract-perl, libtext-table-perl |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 34070 Byte |
Prüfsumme MD5 | 46267ee655cca295faaa9c8c9b0fbaa0 |
Prüfsumme SHA1 | 7155853a1ac7d0ee3a46d48ebd29474c6ca2028b |
Prüfsumme SHA256 | 55e9471d933c8045cca6af838a6bc95b647c4a47871b78de579b3b2545b44b3d |
Link zum Herunterladen | libdbix-simple-perl_1.32-1_all.deb |
Ausführliche Beschreibung | DBIx::Simple provides a simplified interface to DBI, Perl's powerful de-facto
standard database interface. This module is aimed at rapid development and
easy maintenance of your codebase. A single method prepares and executes your
queries, and the result object (which wraps the statement handle) provides
easy row-by-row iteration and slurping methods.
.
The query method returns either a result object, or a dummy object. The dummy
object returns undef (or an empty list) for all methods and when evaluated in
boolean context, is false. The dummy object lets you postpone (or skip) error
checking, but it also makes immediate error checking simple.
|