Turso / libSQL
A desktop client for Turso and libSQL.
Connect to a remote Turso or libSQL database over an authenticated libsql:// URL and work with it like any local database — tables, SQL and inline edits. JustDB is a small native app for macOS and Windows, free with no signup.
Free · No signup · Local-first
justdb-test › main › users
users
| id INTEGER | email TEXT | name TEXT | is_active INTEGER | bio TEXT | created_at TEXT | ||
|---|---|---|---|---|---|---|---|
| 1 | 1 | ada@example.com | Ada Lovelace | 1 | Mathematician | 2026-05-08 10:03:53 | |
| 2 | 2 | alan@example.com | Alan Turing | 1 | Cryptanalyst | 2026-05-08 10:03:53 | |
| 3 | 3 | grace@example.com | Grace Hopper | 1 | NULL | 2026-05-08 10:03:53 | |
| 4 | 4 | linus@example.com | Linus Torvalds | 1 | Kernel hacker | 2026-05-08 10:03:53 | |
| 5 | 5 | dormant@example.com | Dormant Account | 0 | NULL | 2026-05-08 10:03:53 | |
| + | NULL | NULL | NULL | NULL | NULL | NULL |
-
Authenticated libsql://
Paste your Turso database URL and auth token; JustDB connects straight from your machine over the libSQL protocol.
-
The same familiar view
Turso databases open into the same panes as SQLite and PostgreSQL — tables, a SQL editor, and inline editing.
-
Native, not a web console
A real desktop window, not a browser tab. Your token lives in the OS keychain.
What you get
Everything you need. Nothing you don't.
- Connect over an authenticated libsql:// URL
- Browse tables, views and rows with live counts
- Run SQL with completion, formatting and EXPLAIN
- Edit rows inline with a Review-SQL step
- Export to CSV, JSON, SQL or Excel
- Auth token stored in the OS keychain, not the cloud
FAQ
Common questions.
How does JustDB connect to Turso?
Over the libSQL protocol using your database’s libsql:// URL and an auth token. The token is stored in your OS keychain and the connection runs straight from your machine.
Does it work with self-hosted libSQL?
Yes. Any libSQL database reachable over a libsql:// URL with a valid auth token works the same way as a hosted Turso database.
Is it free?
Yes. JustDB is free with no account and no paid tier, on macOS and Windows.