Introduction

SQL Studio is a single binary, single command web-based SQL database explorer. Point it at any supported database and instantly get a rich UI for browsing schemas, tables, and running queries — no installation wizards, no configuration files.

Supported Databases

Key Features

Screenshots

Overview Page

Overview page showing database metadata and bar charts

Tables Page

Tables page showing table metadata and data grid

Query Page

Query page with Monaco editor and results

Schema Page

ERD viewer showing entity-relationship diagram

Quick Example

# Try it instantly with a built-in sample database
sql-studio sqlite preview

# Or point it at your own database
sql-studio sqlite ./my-database.db
sql-studio postgres postgresql://user:pass@localhost/mydb

SQL Studio opens your default browser automatically and serves the UI on http://127.0.0.1:3030.


Next Steps