Add SQLAlchemy persistence layer

This commit is contained in:
2026-07-03 21:18:32 +03:00
parent 80715d81f6
commit 4db700bd4d
11 changed files with 930 additions and 16 deletions
+3 -3
View File
@@ -28,9 +28,9 @@
## Package C: Persistence
- [ ] SQLAlchemy models
- [ ] repositories for PostgreSQL/SQLite
- [ ] migrations
- [x] SQLAlchemy models
- [x] repositories for PostgreSQL/SQLite
- [x] migrations
- [ ] artifact metadata persistence
- [ ] event store queries with pagination