SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Ima-DBI rpm build for : OpenSuSE. For other distributions click perl-Ima-DBI.

Name : perl-Ima-DBI
Version : 0.35 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-07-15 19:22:23
Group : Development/Libraries/Perl Source RPM : perl-Ima-DBI-0.35-bp154.1.1.src.rpm
Size : 0.05 MB
Packager : https://bugs_opensuse_org
Summary : Database connection caching and organization
Description :
Ima::DBI attempts to organize and facilitate caching and more efficient use
of database connections and statement handles by storing DBI and SQL
information with your class (instead of as seperate objects). This allows
you to pass around just one object without worrying about a trail of DBI
handles behind it.

One of the things I always found annoying about writing large programs with
DBI was making sure that I didn\'t have duplicate database handles open. I
was also annoyed by the somewhat wasteful nature of the
prepare/execute/finish route I\'d tend to go through in my subroutines. The
new DBI->connect_cached and DBI->prepare_cached helped a lot, but I still
had to throw around global datasource, username and password information.

So, after a while I 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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Ima-DBI-0.35-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  perl-Ima-DBI-0.35-bp154.1.1.noarch.rpm
     

Provides :
perl(Ima::DBI)
perl-Ima-DBI

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Class::Data::Inheritable) >= 0.02
perl(DBI) >= 1.2
perl(DBIx::ContextualFetch) >= 1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Ima
/usr/lib/perl5/vendor_perl/5.26.1/Ima/DBI.pm
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi
/usr/share/doc/packages/perl-Ima-DBI
/usr/share/doc/packages/perl-Ima-DBI/Changes
/usr/share/doc/packages/perl-Ima-DBI/README
/usr/share/man/man3/Ima::DBI.3pm.gz

 
ICM