Misplaced Pages

ADOdb

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Not to be confused with ActiveX Data Objects.
This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. Please help improve it by replacing them with more appropriate citations to reliable, independent, third-party sources. (March 2020) (Learn how and when to remove this message)
ADOdb
Original author(s)John Lim
Developer(s)Damien Regad, Mark Newnham
Stable release5.22.7 / November 4, 2023 (2023-11-04)
Repositorygithub.com/ADOdb/ADOdb
Written inPHP
TypeDatabase abstraction layer
LicenseBSD or LGPL
Websiteadodb.org

ADOdb is a database abstraction library for PHP, originally based on the same concept as Microsoft's ActiveX Data Objects. It allows developers to write applications in a consistent way regardless of the underlying database system storing the information. The advantage is that the database system can be changed without re-writing every call to it in the application.

Features

ADOdb supports the following databases:

Legacy, unsupported or obsolete drivers may still be found in older releases of ADOdb.

In addition to the Database Abstraction Layer, ADOdb includes the following features:

  • Schema management tools: a suite of tools to interrogate the attributes of tables, fields and indexes in databases as well as providing cross-database schema management including a full suite of XML based functions
  • Date and time library: provides a drop-in replacement for PHP date functions, but provide access to dates outside the normal range of dates supported by normal PHP functions
  • Session management tools: allows storing session data in a database table or as encrypted data

References

  1. "ADOdb supported databases". ADOdb wiki. Retrieved 13 January 2020.
  2. "Supported Databases [ADOdb]". adodb.org. Retrieved 2020-03-22.

External links

Categories: