Paketname | libdbix-recordset-perl |
Beschreibung | Perl extension for DBI recordsets |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.26-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 428 Byte |
Hängt ab von | libdbi-perl, perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 127072 Byte |
Prüfsumme MD5 | c551bd8b82000776a44e4590ef37fb4c |
Prüfsumme SHA1 | 71507ea28fced2e8ccb1863f906dafe211d6d7c5 |
Prüfsumme SHA256 | 3229611dbfb5f892f9a4f3a674bdb6f2665ac804f88dd0696cea52e27042ee3a |
Link zum Herunterladen | libdbix-recordset-perl_0.26-2_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.
|