My OSX Cocoa application uses SQLite to manage data. During initialization, I need to specify where the database file will be stored.
What is the standard way to handle this?
This database file should be launched (the application will create it if it does not exist), and the data should be stored forever even after software updates, if possible.
Where to store it? Application folder? Support files?
thanks
source share