[IronPython] SQLite

Seo Sanghyeon sanxiyn at gmail.com
Thu Jul 30 02:59:06 CEST 2009


2009/7/30 Kelie <kf9150 at gmail.com>:
> 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, has been ported to ctypes
FFI in the past. Now IronPython has ctypes, in theory, this pure Python
version should work without modification.

I don't think it will work without modification :) but it certainly would
be a great stress test for IronPython's new ctypes implementation.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list