软件包:libima-dbi-perl(0.35-3)
libima-dbi-perl 的相关链接
Debian 的资源:
下载源码包 libima-dbi-perl:
- [libima-dbi-perl_0.35-3.dsc]
- [libima-dbi-perl_0.35.orig.tar.gz]
- [libima-dbi-perl_0.35-3.debian.tar.xz]
维护者:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for database connection caching and organization
Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles.
One of the things that can be annoying about writing large programs with DBI is making sure that you do not have duplicate database handles open. There is also the issue of the somewhat wasteful nature of the prepare/execute/finish route that users tend to go through.
The new DBI->connect_cached and DBI->prepare_cached help a lot, but you still have to throw around global information about the data source, username and password.
So, after a while the author grew a small library of DBI helper routines and techniques. Ima::DBI is the culmination of all this, put into a nice(?), clean(?) class to be inherited from.
其他与 libima-dbi-perl 有关的软件包
|
|
|
|
-
- dep: libclass-data-inheritable-perl
- Perl module to create accessors to class data
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: libdbix-contextualfetch-perl
- module to add context aware fetches to DBI
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)