How to connect to Turso libSQL DB? #36768
Unanswered
gerhardvr26
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
https://github.com/dbeaver/dbeaver-jdbc-libsql?tab=readme-ov-file#usage According to this documentation, did you try
this option? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a LibSQL DB on Turso.
The URL of my DB is libsql://trailsearch-gerhardvr.aws-eu-west-1.turso.io but I cannot get connected to the DB but it is not a credential issue. I've tried all the below versions of the JDBC URL, but all failed.
jdbc:dbeaver:libsql:trailsearch-gerhardvr.aws-eu-west-1.turso.io
ERROR: java.net.MalformedURLException: no protocol: trailsearch-gerhardvr.aws-eu-west-1.turso.io
jdbc:dbeaver:libsql://trailsearch-gerhardvr.aws-eu-west-1.turso.io
ERROR: java.net.MalformedURLException: no protocol: //trailsearch-gerhardvr.aws-eu-west-1.turso.io
libsql://trailsearch-gerhardvr.aws-eu-west-1.turso.io
ERROR: Invalid connection URL: libsql://trailsearch-gerhardvr.aws-eu-west-1.turso.io.
Expected URL format: jdbc:dbeaver:libsql:
jdbc:dbeaver:libsql:libsql://trailsearch-gerhardvr.aws-eu-west-1.turso.io
ERROR: java.net.MalformedURLException: unknown protocol: libsql
Beta Was this translation helpful? Give feedback.
All reactions