sqlite - How to make PRAGMA option to be permanent for sqlite3 -


i have cygwin version of sqlite3 has issue of non-existent temporary directory have set option either in prompt or query file:

pragma temp_store = memory; 

or

pragma temp_store_directory = ~/;  

but wondering if there option set pragma permanent.

pragma temp_store affects current connection.

the way change setting permanently recompile sqlite value of sqlite_temp_store option.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -