Log Message:
-----------
Add DB-API 2.0 interface module.
It is likely to be compliant enough for standards use.
Also add unittests for it via
http://stuartbishop.net/Software/DBAPI20TestSuite/dbapi20.py
Thanks to Erwin on freenode/#python for pointing me at it.
Added Files:
-----------
fe/src:
dbapi2.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/dbapi2.py?rev=1.1&content-type=text/x-cvsweb-markup)
fe/test:
dbapi2.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/dbapi2.py?rev=1.1&content-type=text/x-cvsweb-markup)