Commit 527d9f9
committed
feat(store): implement dynamic database path selection
- Prioritize local `.store/documents.db` if it exists for development.
- Fallback to standard OS application data directory using `env-paths`.
- Add tests using `memfs` to verify path selection logic.
- Update ARCHITECTURE.md and README.md with details.1 parent 1daedbe commit 527d9f9
File tree
6 files changed
+708
-559
lines changed- src/store
6 files changed
+708
-559
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
155 | 162 | | |
156 | 163 | | |
157 | 164 | | |
| |||
0 commit comments