Local libSQL

Open a local SQLite database file using the libSQL driver instead of the standard SQLite driver. This can be useful if you need libSQL-specific features.

Usage

sql-studio local-libsql <DATABASE>

Arguments

ArgumentDescriptionEnv Var
DATABASEPath to the SQLite database fileDATABASE

Examples

sql-studio local-libsql ./my-database.db