SQL Studio

SQLite

Open a local SQLite database file in SQL Studio.

Usage

sql-studio sqlite <DATABASE>

Arguments

ArgumentDescriptionEnv Var
DATABASEPath to the SQLite database fileDATABASE

Preview Mode

If you don't have a database file handy, use the special preview path to launch SQL Studio with a built-in sample database:

sql-studio sqlite preview

Examples

# Open a local database
sql-studio sqlite ./chinook.db

# Open with a custom port
sql-studio --address 127.0.0.1:8080 sqlite ./chinook.db

# Preview mode
sql-studio sqlite preview

On this page

No Headings