| Paketname | libdbix-recordset-perl |
| Beschreibung | Perl extension for DBI recordsets |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.26-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 436 Byte |
| Hängt ab von | libdbi-perl, perl (>= 5.6.0-16) |
| Empfohlene Pakete | |
| Paketbetreuer | Angus Lees |
| Quelle | |
| Paketgröße | 125864 Byte |
| Prüfsumme MD5 | 0b1067e7d9d64ae64b637561a71bfc61 |
| Prüfsumme SHA1 | 5d7ee9127a0be5edff9ad8ac76249b8a8713c483 |
| Prüfsumme SHA256 | c0325320e035f4fd89347da00bdd5bd88239073d082812cbfc36a1b9d70976b6 |
| Link zum Herunterladen | libdbix-recordset-perl_0.26-1_all.deb |
| Ausführliche Beschreibung | DBIx::Recordset is a perl module for abstraction and simplification of
database access.
.
The goal is to make standard database access (select/insert/update/delete)
easier to handle and independent of the underlying DBMS. Special attention is
made on web applications to make it possible to handle the state-less access
and to process the posted data of form fields, but DBIx::Recordset is not
limited to web applications.
.
DBIx::Recordset uses the DBI API to access the database, so it should
work with every database for which a DBD driver is available (see
also DBIx::Compat).
.
Most public functions take a hash reference as parameter, which makes
it simple to supply various different arguments to the same
function. The parameter hash can also be taken from a hash containing
posted form fields like those available with CGI.pm, mod_perl,
HTML::Embperl and others.
|