Date: Fri, 23 Aug 2019 13:16:18 +0100 From: Simon Slavin <slav...@bigfraud.org<mailto:slav...@bigfraud.org>>
I have no connection with this extension to the APSW Python SQLite wrapper, I just saw a pointer to it. The latest commit is around nine months ago. Perhaps someone who is familiar with Python libraries might highlight anything this does new or unusually well. <https://github.com/plasticityai/supersqlite> I have looked at this on and off for Python effort I have been working on. I think one big claim to fame for this wrapper is better and more predictable transaction handling. The "normal" python SQLite library is really weird about transactions, and tends to introduce its own transaction-related operations behind the scenes, so as a user you're never 100% sure what's going on or whether your own transaction management is doing what you expect. I find this really annoying since one wants transaction handling to very simple and predictable so that the right thing happens under all circumstances. I, too, would be interested to hear from people who have real experience with it. Randall Smith _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users