|
1 | 1 | # List of supported databases |
2 | 2 |
|
3 | | -| Database | Status | Connection string | |
4 | | -|---------------|-------------------------------------------------------------------------------------------------------------------------------------|--------| |
5 | | -| PostgreSQL >=10 | 💚 | `postgresql://<user>:<password>@<host>:5432/<database>` | |
6 | | -| MySQL | 💚 | `mysql://<user>:<password>@<hostname>:5432/<database>` | |
7 | | -| Snowflake | 💚 | `"snowflake://<user>[:<password>]@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>[&authenticator=externalbrowser]"` | |
8 | | -| BigQuery | 💚 | `bigquery://<project>/<dataset>` | |
9 | | -| Redshift | 💚 | `redshift://<username>:<password>@<hostname>:5439/<database>` | |
10 | | -| Oracle | 💛 | `oracle://<username>:<password>@<hostname>/database` | |
11 | | -| Presto | 💛 | `presto://<username>:<password>@<hostname>:8080/<database>` | |
12 | | -| Databricks | 💛 | `databricks://<http_path>:<access_token>@<server_hostname>/<catalog>/<schema>` | |
13 | | -| Trino | 💛 | `trino://<username>:<password>@<hostname>:8080/<database>` | |
14 | | -| Clickhouse | 💛 | `clickhouse://<username>:<password>@<hostname>:9000/<database>` | |
15 | | -| Vertica | 💛 | `vertica://<username>:<password>@<hostname>:5433/<database>` | |
16 | | -| DuckDB | 💛 | | |
17 | | -| ElasticSearch | 📝 | | |
18 | | -| Planetscale | 📝 | | |
19 | | -| Pinot | 📝 | | |
20 | | -| Druid | 📝 | | |
21 | | -| Kafka | 📝 | | |
22 | | -| SQLite | 📝 | | |
| 3 | +| Database | Status | Connection string | |
| 4 | +|-----------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 5 | +| PostgreSQL >=10 | 💚 | `postgresql://<user>:<password>@<host>:5432/<database>` | |
| 6 | +| MySQL | 💚 | `mysql://<user>:<password>@<hostname>:5432/<database>` | |
| 7 | +| Snowflake | 💚 | `"snowflake://<user>[:<password>]@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>[&authenticator=externalbrowser]"` | |
| 8 | +| BigQuery | 💚 | `bigquery://<project>/<dataset>` | |
| 9 | +| Redshift | 💚 | `redshift://<username>:<password>@<hostname>:5439/<database>` | |
| 10 | +| Oracle | 💛 | `oracle://<username>:<password>@<hostname>/database` | |
| 11 | +| Presto | 💛 | `presto://<username>:<password>@<hostname>:8080/<database>` | |
| 12 | +| Databricks | 💛 | `databricks://<http_path>:<access_token>@<server_hostname>/<catalog>/<schema>` | |
| 13 | +| Trino | 💛 | `trino://<username>:<password>@<hostname>:8080/<database>` | |
| 14 | +| Clickhouse | 💛 | `clickhouse://<username>:<password>@<hostname>:9000/<database>` | |
| 15 | +| Vertica | 💛 | `vertica://<username>:<password>@<hostname>:5433/<database>` | |
| 16 | +| DuckDB | 💛 | | |
| 17 | +| Dremio | 💛 | `dremio://<user>[:<password>]@<hostname>:32010/<space>?Token=<Token>&UseEncryption=<UseEncryption>&DisableCertificateVerification=<DisableCertificateVerification>` | |
| 18 | +| ElasticSearch | 📝 | | |
| 19 | +| Planetscale | 📝 | | |
| 20 | +| Pinot | 📝 | | |
| 21 | +| Druid | 📝 | | |
| 22 | +| Kafka | 📝 | | |
| 23 | +| SQLite | 📝 | | |
23 | 24 |
|
24 | 25 | * 💚: Implemented and thoroughly tested. |
25 | 26 | * 💛: Implemented, but not thoroughly tested yet. |
|
0 commit comments