On Wed, Jul 29, 2009 at 12:19 PM, Harry
Pierson<harry.pier...@microsoft.com> wrote:
> We don't support the CPython sqlite3 module, but I would expect the 
> System.Data.SQLite DLL to work with IronPython. I imagine it would be 
> possible to build a sqlite3 compatible wrapper around System.Data.SQLite, but 
> I don't know if anyone has done that.

You had to ask? :)

There's one available as part of FePy (http://fepy.sourceforge.net/)
or my adonet-dbapi
project(http://bitbucket.org/jdhardy/adonet-dbapi/), which is just a
fork of FePy anyway. It implements almost all of the Python sqlite
module, except for custom functions.

It depends on System.Data.SQLite (http://sqlite.phxsoftware.com/).

- Jeff
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to