Add java section in README.md

This commit is contained in:
김선우 2025-02-08 12:09:17 +09:00
parent 400dd6dd42
commit cc72439032
3 changed files with 15 additions and 10 deletions

18
Cargo.lock generated
View file

@ -1394,15 +1394,6 @@ version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
name = "java-limbo"
version = "0.0.14"
dependencies = [
"jni",
"limbo_core",
"thiserror 2.0.11",
]
[[package]]
name = "jni"
version = "0.21.1"
@ -1590,6 +1581,15 @@ dependencies = [
"limbo_core",
]
[[package]]
name = "limbo-java"
version = "0.0.14"
dependencies = [
"jni",
"limbo_core",
"thiserror 2.0.11",
]
[[package]]
name = "limbo-wasm"
version = "0.0.14"

View file

@ -142,6 +142,11 @@ for rows.Next() {
}
```
### ☕️ Java (wip)
We integrated Limbo into JDBC. For detailed instructions on how to use Limbo with java, please refer to
the [README.md under bindings/java](bindings/java/README.md).
## Contributing
We'd love to have you contribute to Limbo! Please check out the [contribution guide] to get started.

View file

@ -1,5 +1,5 @@
[package]
name = "java-limbo"
name = "limbo-java"
version.workspace = true
authors.workspace = true
edition.workspace = true