Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Ima-DBI

Project: openSUSE_13.2

Repository: oss

Title: 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.

Version: 0.35

Release: 4.1.3

Architecture: noarch

Size: 25.5 KB

Build Time: 2014-10-06 17:21:17 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Ima::DBI) = 0.35 perl-Class-DBI
perl-Ima-DBI = 0.35-4.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Class::Data::Inheritab... perl-Class-Data-Inheritable
perl(DBI) >= 1.2 perl-DBI
perl(DBIx::ContextualFetch)... perl-DBIx-ContextualFetch