软件包:libsql-abstract-perl(2.000001-2)
libsql-abstract-perl 的相关链接
Debian 的资源:
下载源码包 libsql-abstract-perl:
- [libsql-abstract-perl_2.000001-2.dsc]
- [libsql-abstract-perl_2.000001.orig.tar.gz]
- [libsql-abstract-perl_2.000001-2.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- gregor herrmann (QA 页面)
- Ansgar Burchardt (QA 页面)
- Xavier Guimard (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.
其他与 libsql-abstract-perl 有关的软件包
|
|
|
|
-
- dep: libhash-merge-perl
- Perl module for merging arbitrarily deep hashes into a single hash
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: libsub-quote-perl
- helper modules for subroutines
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libtest-deep-perl
- Perl module for extremely flexible deep comparisons
-
- rec: libtest-simple-perl
- set of basic utilities for writing tests in Perl