Skip to content

Commit e8447f0

Browse files
committed
Document Impala, SurrealDB, and osquery in the README
1 parent b82e5ec commit e8447f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
---
2626

2727
### Connect
28-
Supports all major databases: SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Snowflake, Supabase, CloudFlare D1, Turso, Athena, BigQuery, Spanner, RedShift, IBM Db2, SAP HANA, Teradata, Trino, Presto and Apache Flight SQL.
28+
Supports all major databases: SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Snowflake, Supabase, CloudFlare D1, Turso, Athena, BigQuery, Spanner, RedShift, IBM Db2, SAP HANA, Teradata, Trino, Presto, Apache Flight SQL, Apache Impala, SurrealDB and osquery.
2929

3030
![Database Providers](docs/demos/demo-providers.gif)
3131

@@ -286,6 +286,9 @@ Most of the time you can just run `sqlit` and connect. If a Python driver is mis
286286
| BigQuery | `google-cloud-bigquery` | `pipx inject sqlit-tui google-cloud-bigquery` | `python -m pip install google-cloud-bigquery` |
287287
| Spanner | `google-cloud-spanner` | `pipx inject sqlit-tui google-cloud-spanner` | `python -m pip install google-cloud-spanner` |
288288
| Apache Arrow Flight SQL | `adbc-driver-flightsql` | `pipx inject sqlit-tui adbc-driver-flightsql` | `python -m pip install adbc-driver-flightsql` |
289+
| Apache Impala | `impyla` | `pipx inject sqlit-tui impyla` | `python -m pip install impyla` |
290+
| SurrealDB | `surrealdb` | `pipx inject sqlit-tui surrealdb` | `python -m pip install surrealdb` |
291+
| osquery | `osquery` | `pipx inject sqlit-tui osquery` | `python -m pip install osquery` |
289292

290293
### SSH Tunnel Support
291294

0 commit comments

Comments
 (0)