refactor: make registry postgres-first

This commit is contained in:
a.tolmachev
2026-03-25 17:19:54 +03:00
parent b32b702d67
commit d37d40a975
12 changed files with 622 additions and 265 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ flowchart LR
REST[adapter-rest]
GQL[adapter-graphql]
GRPC[adapter-grpc]
DB[(PostgreSQL/SQLite)]
DB[(PostgreSQL)]
STORE[(Artifact Storage)]
UI --> ADMIN