I read somewhere that to save data to a SQLite3 database in Python, the method commit of the connection object should be called. Yet I have never needed to do t
commit
Probably autocommit is on, it is by default http://www.sqlite.org/c3ref/get_autocommit.html