dbx

Database abstraction functions


The dbx module is a database abstraction layer. The dbx functions allow
you to access all supported databases using a single calling convention.
The dbx-functions themselves do not interface directly to the databases,
but interface to the modules that are used to support these databases.
The currently supported databases are MySQL, ODBC, Oracle (oci8), MS SQL
Server, PostgreSQL, FrontBase, Sybase-CT and SQLite. The
module-dependencies are only for the databases you wish to use.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
1.1.2 2011-08-11 dbx-1.1.2.tgz
1.1.1 2011-08-09 dbx-1.1.1.tgz
1.1.0 2005-08-07 dbx-1.1.0.tgz
Show all releases

Changelog

Version Message
1.1.2 - added rui as lead.
- fixed build error on PHP 5.x.
1.1.1 - fixed build error on PHP 5.x.
1.1.0 Promote to stable
Add package(2).xml to allow pear installation
Show complete changelog