SQLite Forum

PRAGMA temp_store_directory
Login
Thanks Keith,
Now it's clear.
Indeed now the only reason to change temp dir is to larger partition. 
So, as that PRAGMA is deprecated, it's better use TMPDIR or so ? Or can I use PRAGMA in mycode, but only once before any connection is made ?
I saw that JDBC drive can set temp folder, but it's uses PRAGMA as well, so what is better way programatically set that folder ?