docs(03-01): complete PostgreSQL store and migration infrastructure plan

- Add 03-01-SUMMARY.md with full execution record
- Update STATE.md: advance to plan 2, record metrics and decisions
- Update ROADMAP.md: phase 03 in progress (1/2 plans complete)
- Update REQUIREMENTS.md: mark DB-01 and DB-03 complete
This commit is contained in:
2026-03-24 09:10:48 +01:00
parent 8820a9ef9f
commit f611545ae5
4 changed files with 112 additions and 16 deletions

View File

@@ -22,9 +22,9 @@ Requirements for this milestone. Each maps to roadmap phases.
### Database
- [ ] **DB-01**: PostgreSQL is supported as an alternative to SQLite via pgx v5 driver
- [x] **DB-01**: PostgreSQL is supported as an alternative to SQLite via pgx v5 driver
- [ ] **DB-02**: Database backend is selected via DATABASE_URL env var (present = PostgreSQL, absent = SQLite with DB_PATH)
- [ ] **DB-03**: Existing SQLite users can upgrade without data loss (baseline migration represents current schema)
- [x] **DB-03**: Existing SQLite users can upgrade without data loss (baseline migration represents current schema)
### Bulk Actions
@@ -98,9 +98,9 @@ Which phases cover which requirements. Updated during roadmap creation.
| REFAC-01 | Phase 2 | Complete |
| REFAC-02 | Phase 2 | Complete |
| REFAC-03 | Phase 2 | Complete |
| DB-01 | Phase 3 | Pending |
| DB-01 | Phase 3 | Complete |
| DB-02 | Phase 3 | Pending |
| DB-03 | Phase 3 | Pending |
| DB-03 | Phase 3 | Complete |
| BULK-01 | Phase 4 | Pending |
| BULK-02 | Phase 4 | Pending |
| SRCH-01 | Phase 4 | Pending |