Add connect function for creating connections from limbo db

This commit is contained in:
김선우
2025-01-17 03:55:45 +09:00
parent 3409a82513
commit fcadc2f825
4 changed files with 55 additions and 8 deletions

View File

@@ -12,8 +12,6 @@ crate-type = ["cdylib"]
path = "rs_src/lib.rs"
[dependencies]
anyhow = "1.0"
limbo_core = { path = "../../core" }
jni = "0.21.1"
rand = { version = "0.8.5", features = [] }
lazy_static = "1.5.0"
thiserror = "2.0.9"