パッケージ: libdbix-simple-perl (1.37-2)
libdbix-simple-perl に関するリンク
Debian の資源:
libdbix-simple-perl ソースパッケージをダウンロード:
- [libdbix-simple-perl_1.37-2.dsc]
- [libdbix-simple-perl_1.37.orig.tar.gz]
- [libdbix-simple-perl_1.37-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module implementing an simpler interface to DBI
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.
その他の libdbix-simple-perl 関連パッケージ
|
|
|
|
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libobject-accessor-perl
- interface to create per object accessors
- または perl (<< 5.18.5)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libsql-abstract-perl
- module to generate SQL from Perl data structures
-
- rec: libtext-table-perl
- Create tables that adapt to alignment requirements