libsql icon indicating copy to clipboard operation
libsql copied to clipboard

Support for Accessing SQLite DB Stored in Turso from Java

Open razakpm opened this issue 1 year ago • 3 comments

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?

razakpm avatar Jul 04 '24 10:07 razakpm

You can try https://github.com/libsql/libsql-client-java

haaawk avatar Jul 08 '24 08:07 haaawk

Still, many applications rely on JDBC drivers. Implementing JDBC would be crucial for serious Turso usage with Java applications (e.g. Jetbrains Datagrip IDE)

GustavoOS avatar Oct 30 '24 00:10 GustavoOS

Try https://github.com/dbeaver/dbeaver-jdbc-libsql

serge-rider avatar Nov 23 '24 04:11 serge-rider