Persist app DB changes directly
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user