软件包: libsql-abstract-more-perl (1.37-1)
libsql-abstract-more-perl 的相关链接
Trisquel 的资源:
下载源码包 libsql-abstract-more-perl:
- [libsql-abstract-more-perl_1.37-1.dsc]
- [libsql-abstract-more-perl_1.37.orig.tar.gz]
- [libsql-abstract-more-perl_1.37-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- gregor herrmann
外部的资源:
- 主页 [metacpan.org]
相似软件包:
extension of SQL::Abstract with more constructs and more flexible API
Sql::Abstract::More generates SQL from Perl datastructures. This is a subclass of SQL::Abstract, fully compatible with the parent class, but with some additions:
1) additional SQL constructs like -union, -group_by, join, etc;
2) methods take arguments as named parameters instead of positional parameters, so that various SQL fragments are more easily identified;
3) values passed to select, insert or update can directly incorporate information about datatypes, in the form of arrayrefs of shape [$value, \%type].
其他与 libsql-abstract-more-perl 有关的软件包
|
|
|
-
- dep: libmro-compat-perl
- mro::* interface compatibility for Perls < 5.9.5
-
- dep: libnamespace-clean-perl
- module for keeping imports and functions out of the current namespace
-
- dep: libparams-validate-perl
- Perl module to validate parameters to Perl method/function calls
-
- dep: libsql-abstract-perl
- module to generate SQL from Perl data structures
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language