libsql
libsql copied to clipboard
Support for Accessing SQLite DB Stored in Turso from Java
I need to access the SQLite database stored in Turso from a Java application. Are there any options available for this?
I didn't see any information about a JDBC driver or Java client support in the documentation. Can you please provide guidance on how to achieve this or if there are any plans to support JDBC or a Java client in the future?
You can try https://github.com/libsql/libsql-client-java
Still, many applications rely on JDBC drivers. Implementing JDBC would be crucial for serious Turso usage with Java applications (e.g. Jetbrains Datagrip IDE)
Try https://github.com/dbeaver/dbeaver-jdbc-libsql