2024-03-25 03:01:50 +01:00
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> php-pear-MDB2
SMEServer Koozali local git repo for php-pear-MDB2
## Documentation
2024-03-24 21:57:08 -04:00
< br / > https://pear.php.net/package/MDB2
2024-03-25 03:01:50 +01:00
## Bugzilla
2024-03-24 21:57:08 -04:00
Pear bug report are [here ](https://pear.php.net/bugs/search.php?cmd=display&package_name[]=MDB2&status=OpenFeedback&bug_type=Bugs )
2024-03-25 03:01:50 +01:00
Show list of Koozali outstanding bugs: [here ](https://bugs.koozali.org/buglist.cgi?component=php-pear-MDB2&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED )
## Description
2024-03-24 21:57:08 -04:00
database abstraction layer
2024-03-25 03:01:50 +01:00
2024-03-24 21:57:08 -04:00
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.
2024-03-25 03:01:50 +01:00