PHP knows at least three more:

dba - for databases built on "Berkeley DB" which can be used some DB-configurations of MySQL

dbm - also very specific for dbm-format, which seems not to be a relational one. Some apps seem to use that kind of DB internally.

dbx - supports about a dozen types of RDBMS (e.g. PostgreSQL and Oracle, furthermore ODBC) and is very nice. I worked with it the last four months to write a flexible information system.

Some comparisons can be found at:
http://php.weblogs.com/Compare_PEAR_DB_ADOdb
http://phplens.com/lens/adodb/

Stefan


M Saleh Eg wrote:
Anyone for a list of php abstraction classes?

ADODB, PEAR::DB... any others? or better?

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to