Thibaut Barrère wrote:
Another link that could be useful:
http://code.google.com/p/csharp-sqlite/
maybe some rewrapping of this is possible ?
That's highly experimental and currently 3-5x slower than SQLite. Really
not ready to use yet (and still not compatible with pysqlite anyway).
Mi
On Wed, Aug 12, 2009 at 11:22 AM, KATO Kanryu wrote:
>> But I have this problem: in one of my classes i use pysqlite module.
>
> fepy has one!
> This is compatible with db-api 2.0 :)
> This uses System.Data.SQLite.dll
>
> http://fepy.svn.sourceforge.net/viewvc/fepy/trunk/dbapi/sqlite3/dbapi2.py?rev
> But I have this problem: in one of my classes i use pysqlite module.
fepy has one!
This is compatible with db-api 2.0 :)
This uses System.Data.SQLite.dll
http://fepy.svn.sourceforge.net/viewvc/fepy/trunk/dbapi/sqlite3/dbapi2.py?revision=592&view=markup
Regards,
KATO Kanryu
___
Another link that could be useful:
http://code.google.com/p/csharp-sqlite/
maybe some rewrapping of this is possible ?
hth,
Thibaut
--
http://www.learnivore.com
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi
On Wed, Aug 12, 2009 at 09:44, Alexander Mail wrote:
> Hi,
> I'm developing an application for MacOsX build with python and cocoa. Now I
> want to convert my project to a Windows .Net project.
> But I have this problem: in one of my classes i use pysqlite module.
> How i can use this module on Iro
Hi,
I'm developing an application for MacOsX build with python and cocoa.
Now I want to convert my project to a Windows .Net project.
But I have this problem: in one of my classes i use pysqlite module.
How i can use this module on IronPython?
Thanks
Marco
_