Database Abstraction

Package:
Database Abstraction
Summary:
Access different types of SQL database
Groups:
Databases, PHP 5
Author:
Nitesh Apte
Description:
This package implements a database abstraction layer that provides the same interface to access different types of SQL databases.

There is a factory class that can create a instance of database access class specialized in access one of the several supported types of SQL databases.

Each database access class extends a configuration class and implements the same interface that provides functionality for establishing database connections, manage transactions, execute SQL queries, retrieve query results into arrays or objects and retrieve the number of affected rows or the last inserted row identifier.

Currently it provides classes for accessing MySQL, PostgreSQL and Oracle.


Powered by Gewgley