Centralise DbDep and mark Task 11 complete

This commit is contained in:
2026-04-17 15:44:13 +02:00
parent 74ff4cb4b8
commit 7d16391c6c
3 changed files with 9 additions and 13 deletions

View File

@@ -214,6 +214,8 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue.
**Why this is needed:** A single definition of `DbDep` ensures that any future change to the db dependency (e.g. adding row factory configuration) is applied uniformly across all routers.
**Status:** Completed ✅
---
### Task 12 — Complete the protocol injection layer or remove it