In Cpython I use SQLite, in Iron Python I've taken to using SQL Server Compact Edition. But then again I am only writing for the windows platform.
On Wed, Jul 29, 2009 at 1:19 PM, Harry Pierson <[email protected]>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. > > Harry > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of Kelie > Sent: Wednesday, July 29, 2009 10:52 AM > To: [email protected] > Subject: [IronPython] SQLite > > Hello, > > Is SQLite currently supported in IronPython? If not, is SQLite .NET > from http://sqlite.phxsoftware.com/ the best alternative? > > Thanks. > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
