refactor(pg-from): some safety on sqlite usage

This commit is contained in:
2025-02-03 20:13:57 +00:00
parent c733b24216
commit 3a09bafca8
3 changed files with 166 additions and 26 deletions

View File

@@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
rusqlite = { version = "0.32.0", features = ["bundled"] }
tempfile = "3.16.0"