dbeaver / cloudbeaver

Cloud Database Manager
https://dbeaver.com/
Apache License 2.0
3.39k stars 370 forks source link

Feature Request: Add support for Turso/libsql #2550

Closed jylin closed 4 months ago

jylin commented 5 months ago

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

LonwoLonwo commented 5 months ago

Hello @jylin

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

image

jylin commented 5 months ago

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

LonwoLonwo commented 5 months ago

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

EvgeniaBzzz commented 4 months ago

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