feat: implement sqlite registry storage

This commit is contained in:
a.tolmachev
2026-03-25 16:39:47 +03:00
parent 87639048ce
commit b32b702d67
10 changed files with 2645 additions and 13 deletions
+7 -5
View File
@@ -2,19 +2,21 @@
## Current
### `feat/mapping-engine`
### `feat/registry-storage`
Status: completed
DoD:
- JSONPath parsing works
- input and output mapping work
- draft generation from samples works
- migrations create tables from `database-schema`
- version snapshots persist and load correctly
- publish linkage works
- auth profiles and artifact metadata are stored
- registry integration tests run on a real SQLite database
## Next
- `feat/registry-storage`
- `feat/rest-vertical-slice`
## Backlog