---
title: "Introduction"
description: "Single binary, single command SQL database explorer. Supports SQLite, libSQL, PostgreSQL, MySQL, DuckDB, ClickHouse, Microsoft SQL Server, Parquet, and CSV."
canonical_url: "https://docs-cloud-kinfe123-sqlite-studio.farming-labs.dev/docs"
markdown_url: "https://docs-cloud-kinfe123-sqlite-studio.farming-labs.dev/docs.md"
last_updated: "2018-10-20"
---

# 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 instantly get a rich UI for browsing schemas, tables, and running queries — no configuration files, no installation wizards, no daemons to manage.

It supports local files (SQLite, DuckDB, Parquet, CSV) and remote servers (PostgreSQL, MySQL, libSQL, ClickHouse, Microsoft SQL Server) through a unified subcommand interface. The embedded UI is compiled directly into the binary, so deploying SQL Studio means shipping exactly one file.

The interface gives you four views: an **Overview** dashboard with database metadata and statistics, a **Table Explorer** for browsing table schemas and row data with infinite scroll, a **Query Editor** powered by Monaco IntelliSense, and an **ERD Viewer** for interactive entity-relationship diagrams.

To install SQL Studio and run it for the first time, head to [Installation](/docs/installation) then [Quickstart](/docs/quickstart). To connect to a specific database engine, see [Databases](/docs/databases). To tune the server address, timeout, or base path, see [Configuration](/docs/configuration).

## 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).
