Commit 192d407
Owl Builder
Document SQLite DSN defaults explicitly
The sample environment file now shows the same SQLite DSN shape used by the application default, including shared cache, foreign keys, WAL journaling, normal synchronous mode, and a busy timeout. The config test now pins the generated SQLite DSN exactly so future changes do not silently drop those pragmas.
Constraint: SQLite remains the default and OWL_DB_DSN can stay empty to derive from OWL_DB_PATH
Confidence: high
Scope-risk: narrow
Directive: Keep the SQLite example DSN and config.sqliteDSN helper in sync
Tested: cd backend && go test ./internal/config
Tested: git diff --check1 parent ee531e4 commit 192d407
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments