good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Cross platform location for SQLite databases?by muzakfetch (Scribe) |
on May 26, 2009 at 16:36 UTC ( [id://766252]=perlquestion: print w/replies, xml ) | Need Help?? |
muzakfetch has asked for the wisdom of the Perl Monks concerning the following question: I'm implementing SSO to a third party authentication engine in Perl. After finishing the proof of concept, I found that I have a need to cache some local information to improve performance. SQLite seems to be the natural choice, but where to store the database? "/tmp" or "C:\Windows\temp" run the risk of being destroyed during reboots. Does anyone have a location that they prefer when running cross platform? Does there exist a module out there that will solve my problem? Thanks!
Back to
Seekers of Perl Wisdom
|
|