2009/7/30 Kelie :
> Is SQLite currently supported in IronPython? If not, is SQLite .NET
> from http://sqlite.phxsoftware.com/ the best alternative?
Seems so. Others have replied about this.
One alternative was not mentioned in this thread. That is, CPython's
SQLite module('s upstream), pysqlite,
On Wed, Jul 29, 2009 at 12:19 PM, Harry
Pierson 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 a
m [mailto:
>> users-boun...@lists.ironpython.com] On Behalf Of Kelie
>> Sent: Wednesday, July 29, 2009 10:52 AM
>> To: users@lists.ironpython.com
>> Subject: [IronPython] SQLite
>>
>> Hello,
>>
>&g
ilto:
> users-boun...@lists.ironpython.com] On Behalf Of Kelie
> Sent: Wednesday, July 29, 2009 10:52 AM
> To: users@lists.ironpython.com
> Subject: [IronPython] SQLite
>
> Hello,
>
> Is SQLite currently supported in IronPython? If not, is SQLite .NET
>
-
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Kelie
Sent: Wednesday, July 29, 2009 10:52 AM
To: users@lists.ironpython.com
Subject: [IronPython] SQLite
Hello,
Is SQLite currently supported in IronPython? If not, is SQLite .NET
On Wed, Jul 29, 2009 at 12:51, Kelie wrote:
> Hello,
>
> Is SQLite currently supported in IronPython? If not, is SQLite .NET
> from http://sqlite.phxsoftware.com/ the best alternative?
>
> Thanks.
sqlite3 is implemented as a C extension, and as such, does not currently
work.
I've used the libr
Hello,
Is SQLite currently supported in IronPython? If not, is SQLite .NET
from http://sqlite.phxsoftware.com/ the best alternative?
Thanks.
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com