A Python DB-API 2.0 module that makes it easy to use Microsoft ADO
for connecting with databases and other data sources.
Features:
* 100% DB-API 2.0 compliant.
* Includes pyunit testcases that describes how to use the module.
* Fully implemented in Python.
* Licensed under the LGPL license, which means that it can be used freely even
in commercial programs subject to certain restrictions.
* Supports eGenix mxDateTime, Python 2.3 datetime module and Python time module.
* User defined conversions of datatypes through "plug-ins"
Prerequisites:
* Python 1.5.2 or higher.
* Mark Hammond's win32all python for windows extensions.