Persist app DB changes directly

This commit is contained in:
2026-04-19 14:04:53 +02:00
parent adb61cbc13
commit 4c3ed8a76c
2 changed files with 18 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ The tool is intentionally separate from the web application startup path. Critic
The tool currently lives in `src/RolemasterDb.ImportTool` and operates against the same SQLite schema used by the web app.
For the committed app database workflow, the web app forces SQLite `journal_mode=DELETE` during startup so local curation changes land in `src/RolemasterDb.App/rolemaster.db` directly instead of accumulating in a long-lived WAL sidecar.
## Goals
The importer is designed around the following requirements: