About the Lightning database
Lightning uses an SQLite database to store your fastener data. We store the database in a single file called database.db. Storing all data in a single file makes it easy to share this file or put it on a shared network drive.
To change your database settings, go to Tools > Lightning > Database management.
Database location
We support two ways of setting the path to the database file:
- Select a folder:
- The default folder is C:\Users\<your name>\AppData\Roaming\CAD Booster\Lightning
- Read the folder path from the Registry:
- We read out the Registry key HKEY_Current_User\Software\CAD Booster\Lightning\Database location
- We create this key in your Registry when you install Lightning. It contains an empty string by default.
- To get this to work, you need to add a folder path to this key.
- We always look for a file called database.db, other file names are not supported.
How to reload all database data
If you, for some reason, want Lightning to refresh its data, click Reload data. We’ll then find the database, read all data and load it into Lightning. This all goes automatically, there are no further manual steps.