There's an interesting thread over on the pysqlite mailing list about pysqlite, shortcomings of the DBAPI 2, ASPW (an sqlite interface that does NOT attempt to conform to the DBAPI), and a working sqlite interface in 200 lines of python using ctypes. Worth checking out if you're interested in this sort of thing. (Alas, pipermail does a suckariffic job of threading the conversation, so browsing by date is probably your best bet if you haven't already subscribed to the list from a gmail account.)
Monday, December 04, 2006
Subscribe to:
Post Comments (Atom)

1 comment:
Maybe readers might find gmane helpful. I only checked perfunctorily, but they seem to mirror the archive too.
It can be found here: http://news.gmane.org/gmane.comp.python.db.pysqlite.user
Post a Comment