-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Java bindings #615
Comments
penberg
added a commit
that referenced
this issue
Jan 5, 2025
Purpose of this PR - Add support for Java (as Java has an extensive community) - Enable Limbo to be provided as a Java library in the future. Changes - Added `bindings/java` directory. - Created `src` package for Java (Gradle) and `rs_src` for Rust JNI code. - Implemented basic functionality to gather feedback and proceed with further development. - Some features just printout the result for testing purposes. Future Work - Integrate CI to publish the library. - Enhance error handling mechanisms. - Implement additional features and functionality. - Add test code after we decide on which features to provide Issue #615 Closes #613
penberg
added a commit
that referenced
this issue
Jan 5, 2025
… ' from Kim Seon Woo ## Purpose of the PR - Add minimal template code that provides Limbo features. ## Changes - Added `DB` which is an interface to DB. - Added 'LimboDB` which is a thin wrapper around native methods provided using jni. ## TODO - Incrementally update the code to support jdbc. Refer to [sqlite- jdbc](https://github.com/xerial/sqlite-jdbc). ## Reference - #615 Closes #619
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What the issue is about
This issue will be the mother issue to track java binding support for limbo like
sqlite-jdbc
. Maybe we can call itlimbo-jdbc
someday in the future.TODOs
Related Works
The text was updated successfully, but these errors were encountered: