By default, CafeTran creates a database file for Total Recall inside CafeTran's installation directory (or inside CafeTran application package on Mac OS X). You can easily change this location as follows:
- Go to Edit > Preferences > General tab.
- Click the "Database connection:" button.
- Change the default path in the Connection URL field to your preferences.
- Click the OK button and restart CafeTran.
The definition of the URL location path for the SQLite database is jdbc:sqlite:database_file_path. Here are a few examples:
- jdbc:sqlite:C:/work/mydatabase.db (for Windows operating systems).
- jdbc:sqlite:/Users/igor/work/mydatabase.db (for Mac operating systems).