パッケージ: libtie-dbi-perl (1.08-2)
libtie-dbi-perl に関するリンク
Debian の資源:
libtie-dbi-perl ソースパッケージをダウンロード:
- [libtie-dbi-perl_1.08-2.dsc]
- [libtie-dbi-perl_1.08.orig.tar.gz]
- [libtie-dbi-perl_1.08-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module tying hashes to relational databases
Tie::DBI is a Perl module for using a database as a backing store for Perl's hash data structure. One field of the table becomes the hash key, and another becomes the value. Once tied, all standard hash operations work, including iteration over keys and values.
Using the Storable module, you may store complex Perl data structures (even objects) in the database and later retrieve them. When used in conjunction with a network-accessible database, this provides a simple way to transmit data structures between Perl programs on different machines.
その他の libtie-dbi-perl 関連パッケージ
|
|
|
|
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語