dbeaver / cloudbeaver

Cloud Database Manager

Home Page:https://dbeaver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add support for Turso/libsql

jylin opened this issue · comments

Libsql is a fork of SQLite that works over the network. It would be great if cloudbeaver added support for it.
https://github.com/tursodatabase/libsql

Hello @jylin

Does the Libsql have a jdbc driver?
Can you connect to Libsql using SQLite driver (and connection)?

image

Not that I know of. I don't think you can just use a SQLite driver since I believe the protocol is over HTTP.

But how do we add it to our product without a driver? We do not support databases without drivers.

Unfortunately, we can't integrate any database without JDBC driver.