At 21:14 23/04/2007 +0100, Martin Jenkins wrote:
pysqlite implements Python's DBAPI and was integrated into Python. There is another wrapper, APSW, which is thinner and closer to SQLite's C API. Choose whichever you feel most comfortable with.

If you choose pysqlite be aware that it will start transactions behind your back and can produce the wrong error message if you start your own transactions.

APSW works with Python 2.5, is usually a bit faster than pysqlite and is more frequently updated - it's not tied to the DBAPI.

Thanks for the clarification.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to