Kim Seon Woo
fe7027e8ee
Fix Makefile libs command
2025-10-07 23:33:13 +09:00
Diego Reis
68ad2cf37f
bind/java: Fix Linux x86 build release
2025-07-17 15:18:58 -03:00
Diego Reis
4b32577f80
bind/java: Rename to Turso
2025-07-03 10:56:05 -03:00
Diego Reis
4589cd6916
bind/java: Add support for building on Linux
2025-06-02 16:18:11 -03:00
Pekka Enberg
fc5f2c7897
Merge 'bindings/java: Change logger dependency ' from Kim Seon Woo
...
# The purpose of this PR
- Current implementation forces users to use logback as their logging
framework
# Changes
- Only add abstraction layer for loggin(which is slf4j in this case)
- In tests, use logback to log out messages(this doesn't affect the
users)
# References
https://github.com/tursodatabase/limbo/issues/615
Closes #863
2025-02-03 09:21:26 +02:00
김선우
5d5261637b
Fix debugger to print out INFO messages by default
2025-02-02 12:54:06 +09:00
김선우
94dff512c9
Add makefile commands to build for mac and windows
2025-02-02 12:24:04 +09:00
김선우
8b6e761496
Add lint commands in Makefile
2025-01-26 20:04:30 +09:00
김선우
ddfbf11659
Fix test
2025-01-19 22:14:17 +09:00
김선우
071d9513ab
Add CI for java testing
2025-01-10 19:13:52 +09:00
김선우
29e434754b
Enhance LimboDB.java open logic
2025-01-08 22:50:48 +09:00
김선우
370e1ca5c2
Add support Java bindings
...
This add support for Java bindings in the bindings/java directory.
2025-01-05 10:28:05 +02:00