Op 2 sep 2013, om 17:58 heeft C M het volgende geschreven:
...
Is setting up APSW and making the transition from pysqlite2's wrapper
fairly straightforward, or would I have to re-do all the database
queries?
(Even so, I do them all in one utilities library, so perhaps it
would be
not too much work).
...
The transition from Pythons builtin SQLite wrapper to APSW is not too
hard. But you must know that APSW assumes isolation_level = None
(pysqlite connect parameter).
I wrote an experimental module, apswdbapi2, that lets you try APSW in
a pysqlite compatible mode including the isolation_level.
http://pythonhosted.org/sqmediumlite/src/apswdbapi2.py.html
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users