[IronPython] Standard Library Inclusion - C Extension Modules

Jeff Hardy jdhardy at gmail.com
Thu Aug 7 15:53:42 CEST 2008


> For example, could sqlite be ported with a compatibility shim and
> System.Data.SQLite?
> http://sqlite.phxsoftware.com/

I've actually written such a thing while working with Django, based on
Seo's db work in FePy. It completely replaces the sqlite3 module
instead of being a shim as it was much easier that way. It's not
complete, but it works for Django - I had written a much more cemplete
one, but I seem to have misplaced the code :(.

-Jeff

>
> Michael
>
> --
> http://www.ironpythoninaction.com/
> http://www.voidspace.org.uk/
> http://www.trypython.org/
> http://www.ironpython.info/
> http://www.resolverhacks.net/
> http://www.theotherdelia.co.uk/
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



More information about the Ironpython-users mailing list