libdbix-class-perl 0.082844-ok1 source package in openKylin

Changelog

libdbix-class-perl (0.082844-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 07:19:14 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdbix-class-perl_0.082844.orig.tar.gz 859.0 KiB e0784e3861a197ad5aa17396f18901f0aaa8bab04a4330cb50038337ec30ca7f
libdbix-class-perl_0.082844-ok1.debian.tar.xz 7.4 KiB 0f37922eabd9645037d4a70ae0ad5f32a602e62fc3f485607936afe029ccfcf6
libdbix-class-perl_0.082844-ok1.dsc 3.4 KiB e1d5a0db29bd0abff9b4be82451542d01ad4a722dfb4131bb48bb0759270f572

Available diffs

View changes file

Binary packages built by this source

libdbix-class-perl: extensible and flexible object <-> relational mapper

 DBIx::Class is an SQL to OO mapper with an object API inspired by Class::DBI
 (and a compatibility layer as a springboard for porting) and a resultset API
 that allows abstract encapsulation of database operations. It aims to make
 representing queries in your code as perl-ish as possible while still
 providing access to as many of the capabilities of the database as possible,
 including retrieving related records from multiple tables in a single query,
 JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support.
 .
 DBIx::Class can handle multi-column primary and foreign keys, complex queries
 and database-level paging, and does its best to only query the database in
 order to return something you've directly asked for. If a resultset is used
 as an iterator it only fetches rows off the statement handle as requested
 in order to minimise memory usage. It has auto-increment support for SQLite,
 MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in
 production on at least the first four, and is fork- and thread-safe out of
 the box (although your DBD may not be).