PEAR::DB_DataObject_FormBuilder will aid you in rapid application development
using the packages DB_DataObject and HTML_QuickForm.
PEAR::DB_QueryTool is an OO-abstraction to the SQL-Query language, it provides
methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build
queries.
It also provides an easy to learn interface that interacts nicely with
HTML-forms using arrays that contain the column data, that shall be
updated/added in a DB. This package bases on an SQL-Builder which lets you
easily build SQL-Statements and execute them.
PEAR::DB_Sqlite_Tools is an object oriented interface to effectively
manage and backup Sqlite databases.It extends the existing functionality
by providing a comprehensive solution for database backup, live replication,
export in XML format, performance optmization and other functionalities like
the insertion and retrieval of encrypted data from an Sqlite database without
any external extension.
PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table
creation, data validation, insert, update, delete, and select; combines
these with PEAR::HTML_QuickForm to automatically generate input forms
that match the table column definitions.
PEAR::DB_ldap class provides a DB compliant interface to LDAP servers.
PEAR::DB_ldap class provides a DB compliant
interface to LDAP v2 and v3 database.
PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers.
It provides a common API for all support RDBMS. The main difference to most
other DB abstraction packages is that MDB goes much further to ensure
portability.
Currently supported RDBMS are MySQL, PostGreSQL, Oracle, Frontbase, Querysim,
Interbase/Firebird, and MSSQL
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.
This is the MySQL MDB2 driver.
This is the MySQLi MDB2 driver.