feat: Inventory PhysicalHost persistence with sqlx and local sqlite db
Some checks failed
Run Check Script / check (pull_request) Failing after 34s

This commit is contained in:
2025-08-30 16:02:49 -04:00
parent 1eca2cc1a9
commit cb4382fbb5
13 changed files with 560 additions and 4 deletions

View File

@@ -65,3 +65,5 @@ directories = "6.0.0"
thiserror = "2.0.14"
serde = { version = "1.0.209", features = ["derive", "rc"] }
serde_json = "1.0.127"
askama = "0.14"
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite" ] }