-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
As I understand the .sqbpro files reference the actual database file. Such that the .sqbpro files are essentially browser session files, and the actual database is separate (probably .db). Hopefully my understanding is not a wrong assumption, from what I can tell the avoce seems to be true.
My request is to have a menu item (probably File->properties), which shows various properties of the session, including the .db file it is using. Something like:
Session filepath: /home/user/Projects/whiskybottle/musical.sqbpro
Database filepaths:
/home/user/Projects/whiskybottle/data/musical.db
/home/user/Projects/whiskybottle/data/whisky.db
.
.
.
(other properties)
I don't see anything like this and it would give confidence to the user that they are using the right files, an reduce risk of clobbering stuff. Thank you for the consideration and great products.
-Ismael Harun