SQLite Forum

journal file created when journal_mode=OFF
Login
Have you looked into https://www.sqlite.org/pragma.html#pragma_locking_mode? With locking node exclusive there is only an in-memory Wal log. So you get only your database file.