[ ソース: libdbix-dbstag-perl ]
パッケージ: libdbix-dbstag-perl (0.12-4)
libdbix-dbstag-perl に関するリンク
Debian の資源:
libdbix-dbstag-perl ソースパッケージをダウンロード:
- [libdbix-dbstag-perl_0.12-4.dsc]
- [libdbix-dbstag-perl_0.12.orig.tar.gz]
- [libdbix-dbstag-perl_0.12-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module providing relational database to hierarchical mapping
The module DBIx::DBStag is for mapping from databases to Stag objects (Structured Tags - see the Data::Stag manpage), which can also be
represented as XML. It has two main uses:
Querying
This module can take the results of any SQL query and decompose the flattened results into a tree data structure which reflects the foreign keys in the underlying relational schema. It does this by looking at the SQL query and introspecting the database schema, rather than requiring metadata or an object model.
In this respect, the module works just like a regular the DBI manpage handle, with some extra methods provided.
Storing Data
DBStag objects can store any tree-like datastructure (such as XML documents) into a database using normalized schema that reflects the structure of the tree being stored. This is done using little or no metadata.
XML can also be imported, and a relational schema automatically generated.
その他の libdbix-dbstag-perl 関連パッケージ
|
|
|
|
-
- dep: libdata-stag-perl
- module to manipulate Structured Tags datastructures
-
- dep: libdbd-pg-perl
- PostgreSQL データベースサーバ用 Perl DBI ドライバ
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: libdbix-dbschema-perl
- Perl module to manipulate schemas independently of databases
-
- dep: libparse-recdescent-perl
- Perl module to create and use recursive-descent parsers
-
- dep: libxml-perl
- Perl modules for working with XML
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語