Database recommendations for Windows app

Dave Cook davecook at nowhere.net
Thu Jun 23 07:23:17 EDT 2005


On 2005-06-23, Joel Rosdahl <joel at rosdahl.net> wrote:

> Or APSW <http://www.rogerbinns.com/apsw.html>.

Interesting.  I was hoping it would not have one pysqlite2 limitation: if
you have an empty database, cursor.description always returns None, even if
you have "pragma empty_result_callbacks=1" (pysqlite 1.x doesn't have the
problem).  But apsw also requires data to be avaliable before you can get
column descriptions.

However, the tracing stuff and the various hooks you can set look really
interesting.

Dave Cook



More information about the Python-list mailing list