fix: chunked processing, concat sql statements with parameters

This commit is contained in:
Samuel 2024-12-24 14:20:47 +01:00
parent b3e3eb7270
commit 55e33a87b1
5 changed files with 231 additions and 292 deletions

View file

@ -22,6 +22,7 @@ prost = "0.11"
prost-types = "0.11"
serde_bytes = "0.11.15"
console_error_panic_hook = "0.1.7"
hex = "0.4.3"
[build-dependencies]
prost-build = "0.11"