You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remote SQL Anywhere / libsql in the database browser. Alongside MySQL, PostgreSQL,
ClickHouse and SQLite, you can now connect to a remote SQL Anywhere (sqld) server
over HTTP — enter a libsql:// / https://Server URL and an optional auth
token, or let Conductor pick it up from the project's .env (DB_CONNECTION=libsql,
or an unambiguous SQLANYWHERE_URL / LIBSQL_URL / libsql:// URL). Browse tables,
run queries, edit cells, and export — just like the other engines. Tokens are stored in
the OS keychain; nothing is written into the project.