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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -