[DB-SIG] Python DB-API wrapper for ADO.NET for IronPython

Sanghyeon Seo sanxiyn at gmail.com
Thu Mar 23 11:20:03 CET 2006


2006/3/23, Sanghyeon Seo <sanxiyn at gmail.com>:
> 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.

I now added connect() wrapper compatible with psycopg module, using
Npgsql .NET data provider:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/dbapi.py

For Npgsql, visit:
http://freshmeat.net/projects/npgsql/

I also made an example you can run with both Python and IronPython:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/example/database_access.py

Enjoy!

Seo Sanghyeon


More information about the DB-SIG mailing list