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
+1
View File
@@ -25,6 +25,7 @@ axum = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio-rustls", "sqlite"] }
thiserror = "2"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"