SELECT *
V0.1.50

SQL
Studio

Single binary SQL database explorer. 10 databases. One interface. No config files.

SQL Studio overview dashboard
SELECT *
[01] COMPATIBILITY

10 DATABASES.
ONE TOOL.

From local SQLite files to remote PostgreSQL clusters. Same interface, same command.

SQLite
sqlite [file]
Local .db files
PostgreSQL
postgres [url]
PostgreSQL servers
MySQL
mysql [url]
MySQL & MariaDB
DuckDB
duckdb [file]
Analytics files
libSQL
libsql [url] [token]
Remote Turso
ClickHouse
clickhouse [...]
Analytics servers
MSSQL
mssql [conn]
SQL Server
Parquet
parquet [file]
Columnar files
CSV
csv [file]
CSV files
Local libSQL
local-libsql [db]
Local libSQL
JOIN
[02] FEATURES

EVERYTHING YOU NEED
TO EXPLORE.

Overview dashboards, table browsers, a full SQL editor, and interactive ERD diagrams.

OVERVIEW
OVERVIEW

Database metadata, row counts, index statistics, and bar charts at a glance

TABLES
TABLES

Browse tables with metadata cards, creation SQL, and infinite-scroll data grids

QUERY
QUERY

Monaco-powered SQL editor with IntelliSense, auto-execute, and configurable timeouts

ERD
ERD

Interactive entity-relationship diagrams with foreign key visualization

[03] INSTALL

GET STARTED
IN SECONDS.

No configuration files. No dependencies to manage.

SHELL
$ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.50/sql-studio-installer.sh | sh
NIX
$ nix shell nixpkgs#sql-studio
DOCKER
$ docker run -p 3030:3030 frectonz/sql-studio

Or try the built-in preview: sql-studio sqlite preview