Installed Mode #
%APPDATA%\Claudius Corp\database\dmsi.db
Typically: C:\Users\{username}\AppData\Roaming\Claudius Corp\database\dmsi.db
Portable Mode #
{app-root}\data\dmsi.db
Related Files #
The SQLite WAL mode creates two additional files alongside the database:
dmsi.db-shm— Shared memory filedmsi.db-wal— Write-ahead log
These are temporary and managed automatically. Do not delete them while the app is running.
Override Database Path #
Set DMSI_DB_PATH environment variable to use a custom database location:
set DMSI_DB_PATH=D:\data\dmsi.db
java -jar claudius-corp-3.1.0.jar
