added sqlx

This commit is contained in:
2026-01-28 12:25:40 +01:00
parent f69e2fff56
commit e2a3f1a149
2 changed files with 816 additions and 8 deletions
Generated
+815 -8
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -8,3 +8,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
actix-web = "4.x.x" actix-web = "4.x.x"
bigdecimal = {version = "0.4.10", features = ["serde"] } bigdecimal = {version = "0.4.10", features = ["serde"] }
sqlx = "0.8.6"