Disable the Journal File using SQLite.NET

Connection string

This SQLite.NET connection string can be used for connections to SQLite.

This one disables the rollback journal entirely.

Data Source=c:\mydb.db;Version=3;Journal Mode=Off;