Categories
ADOdb for Python
ADOdb is a database abstraction library. ADOdb was originally developed for PHP, and ported to Python. The Python version implements a subset of the PHP version.
You might ask why Python needs a database abstraction library when Python provides the official DB API. Unfortunately the DB API does not encapsulate differences in the database implementations. For example, to select a limited number of rows, say 10 rows, you would have to use very different SQL for different databases:
These differences are handled by ADOdb (using SelectLimit), but not by the Python DB API. Other important database differences transparently handled by ADOdb include date-formating, associative arrays (records as dictionaries) and LOB-handling.
Last updated 10 Feb, 2009
Versions
220
- Released: 10 Feb, 2009
- Code Maturity: Stable
- Source Archive: http://downloads.sourceforge.net/adodb/adodb-22...
- Licenses: BSD_3Clause
- Interfaces: Library
User Community and Support
http://phplens.com/lens/adodb/adodb-py-docs.htm#install




