I want to use SQLite with TRUNCATE journal mode (PRAGMA journal_mode = TRUNCATE
), but I don't want all these -journal
files to be visible to the normal users. I want them to behave like the .tmp
files in Ms Word (hidden).
Is there some way to make them hidden, at least in Windows?