[DB-SIG] Python DB-API wrapper for ADO.NET for IronPython
by Sanghyeon Seo other posts by this author
Mar 23 2006 11:59AM messages near this date
[DB-SIG] [ANN] InformixDB-2.2 released
|
Re: [DB-SIG] Python DB-API wrapper for ADO.NET for IronPython
Hello,
I took a stub at writing Python DB-API (PEP 249) wrapper for ADO.NET
to be used with IronPython. Currently I am testing this with MySQL
Connector/Net and is trying to be compatible with MySQLdb module.
You can download MySQL Connector/Net from:
http://www.mysql.com/products/connector/net/
Unzip the download and copy MySql.Data.dll to the same directory as
your script. Other files are not needed.
Wrapper itself is here:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/dbapi.py
Currently implemented are connect() module level function, cursor()
and close() on connection class, and execute() and fetchall() on
cursor class. That's all.
I would appreciate your comments. Thanks!
Seo Sanghyeon
_______________________________________________
DB-SIG maillist - DB-SIG@[...].org
http://mail.python.org/mailman/listinfo/db-sig
Thread:
Sanghyeon Seo
Sanghyeon Seo
|