SQLite added "PRAGMA journal_mode = TRUNCATE" (http://sqlite.org/pragma.html) in v3.6.4. The attached patch adds support for this option to the .NET wrapper; it can be specified with the SQLiteConnectionStringBuilder.JournalMode property when opening a connection.