1818---
1919
2020### * Connect*
21- Sqlit supports all major DBMS's: SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Supabase, CloudFlare D1 and Turso.
21+ Sqlit supports all major DBMS's: SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Snowflake, Supabase, CloudFlare D1 and Turso.
2222![ Database Providers] ( demos/demo-providers.gif )
2323
2424### ** Query**
@@ -38,7 +38,7 @@ Finds running docker sql resources. Connect to your local test servers in second
3838
3939- ** Connection manager** - Save connections, switch between databases without CLI args
4040- ** Just run ` sqlit ` ** - No CLI config needed, pick a connection and go
41- - ** Multi-database out of the box** - SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Supabase , Supabase, CloudFlare D1, Turso - no adapters to install
41+ - ** Multi-database out of the box** - SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Snowflake , Supabase, CloudFlare D1, Turso - no adapters to install
4242- ** Docker** Connect directly to database docker container
4343- ** SSH tunnels built-in** - Connect to remote databases securely with password or key auth
4444- Secure credentials - Stores your credentials on your OS's credentials store
@@ -227,6 +227,7 @@ Most of the time you can just run `sqlit` and connect. If a Python driver is mis
227227| ClickHouse | ` clickhouse-connect ` | ` pipx inject sqlit-tui clickhouse-connect ` | ` python -m pip install clickhouse-connect ` |
228228| Turso | ` libsql-client ` | ` pipx inject sqlit-tui libsql-client ` | ` python -m pip install libsql-client ` |
229229| Cloudflare D1 | ` requests ` | ` pipx inject sqlit-tui requests ` | ` python -m pip install requests ` |
230+ | Snowflake | ` snowflake-connector-python ` | ` pipx inject sqlit-tui snowflake-connector-python ` | ` python -m pip install snowflake-connector-python ` |
230231| Firebird | ` firebirdsql ` | ` pip install firebirdsql ` | ` python -m pip install firebirdsql ` |
231232
232233** Note:** SQL Server also requires the platform-specific ODBC driver. On your first connection attempt, ` sqlit ` can help you install it if it's missing.
0 commit comments