-
Notifications
You must be signed in to change notification settings - Fork 14
data db
goflishMC edited this page Apr 22, 2025
·
2 revisions
The data.db file is the default SQLite database used by Divinity to store persistent plugin data such as:
- Player stats and progress
- Item socketing, upgrades, and ownership
- Module-specific save data (e.g. refine level, soulbound status)
This file is automatically generated in the plugins/Divinity/ directory if sqlite is selected in the config.yml file.
To control how and where this database is saved, edit the data section in config.yml.
➡️ See: data
- This file is only used if you're using
type: sqliteunder thedata.storagesection. - If you're using
mysqlinstead, this file will not be created or used. - Avoid editing or moving this file while the server is running, as it may cause data corruption.