How to Install and Uninstall perl-Ima-DBI Package on openSUSE Leap
Last updated: November 07,2024
1. Install "perl-Ima-DBI" package
In this section, we are going to explain the necessary steps to install perl-Ima-DBI on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Ima-DBI
Copied
2. Uninstall "perl-Ima-DBI" package
This guide let you learn how to uninstall perl-Ima-DBI on openSUSE Leap:
$
sudo zypper remove
perl-Ima-DBI
Copied
3. Information about the perl-Ima-DBI package on openSUSE Leap
Information for package perl-Ima-DBI:
-------------------------------------
Repository : Main Repository
Name : perl-Ima-DBI
Version : 0.35-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 54.8 KiB
Installed : No
Status : not installed
Source package : perl-Ima-DBI-0.35-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Ima-DBI/
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.
-------------------------------------
Repository : Main Repository
Name : perl-Ima-DBI
Version : 0.35-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 54.8 KiB
Installed : No
Status : not installed
Source package : perl-Ima-DBI-0.35-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Ima-DBI/
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.