パッケージ: libdbix-recordset-perl (0.26-3.1)
libdbix-recordset-perl に関するリンク
Trisquel の資源:
libdbix-recordset-perl ソースパッケージをダウンロード:
- [libdbix-recordset-perl_0.26-3.1.dsc]
- [libdbix-recordset-perl_0.26.orig.tar.gz]
- [libdbix-recordset-perl_0.26-3.1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Jonathan Yu
- gregor herrmann
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl extension for DBI recordsets
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.
その他の libdbix-recordset-perl 関連パッケージ
|
|
|
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language