How to Install and Uninstall php-pear-MDB2 Package on openSUSE Leap

Last updated: May 10,2024

1. Install "php-pear-MDB2" package

Here is a brief guide to show you how to install php-pear-MDB2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install php-pear-MDB2

2. Uninstall "php-pear-MDB2" package

Learn how to uninstall php-pear-MDB2 on openSUSE Leap:

$ sudo zypper remove php-pear-MDB2

3. Information about the php-pear-MDB2 package on openSUSE Leap

Information for package php-pear-MDB2:
--------------------------------------
Repository : Main Repository
Name : php-pear-MDB2
Version : 2.5.0b5-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 442.6 KiB
Installed : No
Status : not installed
Source package : php-pear-MDB2-2.5.0b5-bp155.2.9.src
Upstream URL : https://pear.php.net/package/MDB2
Summary : Database abstraction layer
Description :
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers.
It provides a common API for all supported RDBMS. The main difference to most
other DB abstraction packages is that MDB2 goes much further to ensure
portability. MDB2 provides most of its many features optionally that
can be used to construct portable SQL statements:
* Object-Oriented API
* A DSN (data source name) or array format for specifying database servers
* Datatype abstraction and on demand datatype conversion
* Various optional fetch modes to fix portability issues
* Portable error codes
* Sequential and non sequential row fetching as well as bulk fetching
* Ability to make buffered and unbuffered queries
* Ordered array and associative array for the fetched rows
* Prepare/execute (bind) named and unnamed placeholder emulation
* Sequence/autoincrement emulation
* Replace emulation
* Limited sub select emulation
* Row limit emulation
* Transactions/savepoint support
* Large Object support
* Index/Unique Key/Primary Key support
* Pattern matching abstraction
* Module framework to load advanced functionality on demand
* Ability to read the information schema
* RDBMS management methods (creating, dropping, altering)
* Reverse engineering schemas from an existing database
* SQL function call abstraction
* Full integration into the PEAR Framework
* PHPDoc API documentation