Stable release | 5.12 / July 12, 2011 |
---|---|
Written in | PHP, Python |
Type | Database abstraction library |
License | BSD / LGPL |
Website | sourceforge.net/projects/adodb/ |
ADOdb is a database abstraction library for PHP and Python based on the same concept as Microsoft's ActiveX Data Objects. It allows developers to write applications in a fairly 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.
Contents |
ADOdb supports[1][2] the following databases:
ADOdb uses SQL. Since each database system implements SQL slightly differently, the developer will need to be aware of the database-specific features and functions to avoid if they want to maintain portability. ADOdb provides date conversion functions so that you can create dates in any format and insert them into your SQL in the correct format for your database; which is one step toward database system independent SQL.
a null value, null can be replaced with the ADOdb variable that contains the correct SQL definition for null and the check for null will work in every database.