Feature Request: Add support for Turso/libsql
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)?
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.
We will implement it here: https://github.com/dbeaver/dbeaver/issues/23361 And then add to CloudBeaver
Hello @jylin ! We have added LibSQL support, you can find it in v.24.3.0 💙 Thank you for being with CloudBeaver!