SQLite Forum

Fast way to insert rows in SQLite
Login
For the Python library, adding in "isolation_level = None" in the connection call gets rid of all the automatic transaction handling and leaves it in autocommit mode/full manual transaction control.