I reorganized DB-API for IronPython codes a lot.
It is now located under the separate directory, besides lib:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/dbapi/
connect()-compatible wrappers for MySQLdb, psycopg, and sqlite are now
moved to their own files. connect() is now a module-level function,
I updated my DB-API for IronPython module, with patches from Mark
Rees. Thank you, Mark!
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/dbapi.py
# 2006-09-11 sanxiyn Merged changes from Mark Rees
# * 2006-09-06 mark Added support for transactions
# * 2006-09-07 mark Execution of non-query stateme
I updated DB-API module for IronPython a bit:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/
The example was updated too:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/example/database_access.py
Changes since the last update are:
* Implement Cursor.description using GetSchemaTable()
* Make it possible