feat: add sqlite db initialization from catalog

This commit is contained in:
2025-09-29 15:51:31 +02:00
parent 3c31009db2
commit b063ecaf9c
6 changed files with 218 additions and 2 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
rusqlite = { version = "0.37.0", features = ["bundled"] }
short-uuid = "0.2.0"
tempfile = "3.23.0"