libdbix-dbstag-perl 0.12-4 source package in Ubuntu

Changelog

libdbix-dbstag-perl (0.12-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 09:29:17 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-dbstag-perl_0.12-4.dsc 2.1 KiB a77427fa4b727b74f22e2b471c060561e6241571f1fc8157b3fb33e4d2b257e0
libdbix-dbstag-perl_0.12.orig.tar.gz 139.6 KiB c2f07f42ffbbfb4256c1b66b4936bf9869acb7f4b058351290bbee4d719b1e67
libdbix-dbstag-perl_0.12-4.debian.tar.xz 4.2 KiB 43343cec903ddb386b833d2af6b9253721bb548d49d8cb8bd2341df4e1ae4da8

Available diffs

No changes file available.

Binary packages built by this source

libdbix-dbstag-perl: 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.