[IronPython] SQLite

Jeff Hardy jdhardy at gmail.com
Thu Jul 30 02:27:05 CEST 2009


On Wed, Jul 29, 2009 at 12:19 PM, Harry
Pierson<Harry.Pierson at 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



More information about the Ironpython-users mailing list