套件:libsql-abstract-perl(1.86-1)
libsql-abstract-perl 的相關連結
Debian 的資源:
下載原始碼套件 libsql-abstract-perl:
- [libsql-abstract-perl_1.86-1.dsc]
- [libsql-abstract-perl_1.86.orig.tar.gz]
- [libsql-abstract-perl_1.86-1.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 (>= 1.004002)
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: libsub-quote-perl
- helper modules for subroutines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language