Hi List, I'm using Python's sqlite3 library to access a SQLite db. I'd like to set the location for the temporary databases in a platform agnostic fashion (*nix or Windows).
This page - https://www.sqlite.org/tempfiles.html - gives a number of options, but the only good one I can see for using it via Python would be the PRAGMA. But the docs for PRAGMA temp_store_directory; ( https://www.sqlite.org/pragma.html#pragma_temp_store_directory ) say this is deprecated. So what's the recommended way to achieve this? Thanks, Jonathan _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users