# Introduction
URL: /docs
LLM index: /llms.txt
Description: Single binary, single command SQL database explorer. Supports SQLite, libSQL, PostgreSQL, MySQL, DuckDB, ClickHouse, Microsoft SQL Server, Parquet, and CSV.

# Introduction

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

The binary embeds the entire frontend, so one command is all it takes. Run `sql-studio sqlite ./mydb.sqlite` and your browser opens to a live overview of the database. Switch to any other engine by changing one word in the command.

SQL Studio supports local files (SQLite, DuckDB, Parquet, CSV), remote servers (PostgreSQL, MySQL/MariaDB, ClickHouse, Microsoft SQL Server), and the libSQL protocol used by Turso — all behind the same four-panel UI.

If you're ready to try it now, head to [Quickstart](/docs/quickstart). To install the binary first, see [Installation](/docs/installation). To connect to a specific database engine, see [Databases](/docs/databases). To explore what the UI offers after you connect, see [Features](/docs/features).

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
