SQL Studio

Databases

SQL Studio supports a wide range of SQL databases and file formats. Each database has its own subcommand with specific arguments.

Supported Databases

DatabaseSubcommandType
SQLitesqliteLocal file
libSQLlibsqlRemote server
Local libSQLlocal-libsqlLocal file (libSQL driver)
PostgreSQLpostgresRemote server
MySQL / MariaDBmysqlRemote server
DuckDBduckdbLocal file
ParquetparquetLocal file
CSVcsvLocal file
ClickHouseclickhouseRemote server
Microsoft SQL ServermssqlRemote server

General Syntax

sql-studio [OPTIONS] <SUBCOMMAND> [ARGS...]

Global options like --address, --timeout, and --base-path can be placed before the subcommand. See Configuration for details.

On this page

No Headings