Persist the Journal File using SQLite.NET
Connection string
This SQLite.NET connection string can be used for connections to SQLite.
This one blanks and leaves the journal file on disk after a commit. Default behaviour is to delete the Journal File after each commit.
Data Source=c:\mydb.db;Version=3;Journal Mode=Persist;