Difference between revisions of "Data Directory/Database"

From MatterControl Manual
Jump to: navigation, search
(Created page with "MatterControl keeps all internal settings in an SQLite database in the application data folder. On Window...")
(No difference)

Revision as of 15:33, 30 January 2017

MatterControl keeps all internal settings in an SQLite database in the application data folder. On Windows this is at C:\Users\{user}\AppData\Local\MatterControl\MatterControl.db. On Linux and Mac it is at ~/.local/share/MatterControl/MatterControl.db.

You can edit the database file using a program like SQLite Browser or SQLite Manager for Firefox.