Add support for duckdb data upload and querying
Some checks failed
test / test (push) Failing after 1h29m18s

This commit is contained in:
2025-02-21 16:06:21 +10:30
parent 02772a01a8
commit 88e57f1860
4 changed files with 688 additions and 30 deletions

View File

@@ -31,6 +31,7 @@ tokio-util = { version = "0.7.13", features = ["compat"] }
async-trait = "0.1.83"
testcontainers = "0.23.1"
wasmtime = "29.0.1"
duckdb = { version = "1.2.0", features = ["bundled"] }
# More info on targets: https://doc.rust-lang.org/cargo/reference/cargo-targets.html#configuring-a-target
[lib]