TEMP database file
(1) By anonymous on 2020-10-09 13:13:38 [source]
Where SQLite stores the TEMP database file in Unix/Linux?
(2) By Stephan Beal (stephan) on 2020-10-09 13:18:47 in reply to 1 [link] [source]
Where SQLite stores the TEMP database file in Unix/Linux?
Pasting your query as-is into google leads directly to:
https://sqlite.org/tempfiles.html
Section 5 answers your question.