feat(nbstore): improve nbstore (#9512)

This commit is contained in:
EYHN
2025-01-06 09:38:03 +00:00
parent a2563d2180
commit 46c8c4a408
103 changed files with 3337 additions and 3423 deletions
Generated
+16
View File
@@ -68,11 +68,13 @@ dependencies = [
"affine_schema",
"anyhow",
"chrono",
"dashmap",
"dotenvy",
"napi",
"napi-build",
"napi-derive",
"sqlx",
"thiserror 2.0.9",
"tokio",
"uniffi",
]
@@ -273,6 +275,19 @@ dependencies = [
"nom",
]
[[package]]
name = "async-compat"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
dependencies = [
"futures-core",
"futures-io",
"once_cell",
"pin-project-lite",
"tokio",
]
[[package]]
name = "async-lock"
version = "3.4.0"
@@ -2940,6 +2955,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7687007d2546c454d8ae609b105daceb88175477dac280707ad6d95bcd6f1f"
dependencies = [
"anyhow",
"async-compat",
"bytes",
"log",
"once_cell",