libsql-abstract-perl 2.000001-ok1 source package in openKylin

Changelog

libsql-abstract-perl (2.000001-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Wed, 14 Sep 2022 09:16:22 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.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
Huanghe V3.0 release main perl
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libsql-abstract-perl_2.000001.orig.tar.gz 131.4 KiB 35a642662c349420d44be6e0ef7d8765ea743eb12ad14399aa3a232bb94e6e9a
libsql-abstract-perl_2.000001-ok1.debian.tar.xz 8.8 KiB 4e06e7c66f80a626b23614483ccdb057e49d00e81ae9caca44b8401a3db973a3
libsql-abstract-perl_2.000001-ok1.dsc 2.1 KiB 152718dc9b20b0a3ef7de40cc7a281400de0df0175a08e45af2749c13db46da0

Available diffs

View changes file

Binary packages built by this source

libsql-abstract-perl: module to generate SQL from Perl data structures

 SQL::Abstract is a Perl module that allows developers to generate SQL from
 Perl data strutures, inspired by DBIx::Abstract. The intent of this module
 is to provide abstract SQL generation methods, allowing one to generate SQL
 while retaining complete control over the statement handles.
 .
 There are many important differences between this module and DBIx::Abstract,
 especially when it comes to WHERE clauses. Chief among these changes is a
 new design to make it easier to generate SQL from Perl data structures and
 hopefully more intuitive. The underlying idea is that this module does what
 you mean, based on the data structures you provide it; the biggest advantage
 is that you don't have to modify your code every time your data changes.