This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -116,22 +116,22 @@ $ data-diff \
116
116
117
117
## Supported Databases
118
118
119
- | Database | Connection string | Status |
120
- | ---------------| --------------------------------------------------------------------------------------------------| --------|
121
- | PostgreSQL | ` postgresql://<user>:<password>@<hostname>:5432/<database> ` | 💚 |
122
- | MySQL | ` mysql://<user>:<password>@<hostname>:5432/<database> ` | 💚 |
123
- | Snowflake | ` "snowflake://<user>:<password>@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>" ` | 💚 |
124
- | Oracle | ` oracle://<username>:<password>@<hostname>/database ` | 💛 |
125
- | BigQuery | ` bigquery://<project>/<dataset> ` | 💛 |
126
- | Redshift | ` redshift://<username>:<password>@<hostname>:5439/<database> ` | 💛 |
127
- | Presto | ` presto://<username>:<password>@<hostname>:8080/<database> ` | 💛 |
128
- | ElasticSearch | | 📝 |
129
- | Databricks | | 📝 |
130
- | Planetscale | | 📝 |
131
- | Clickhouse | | 📝 |
132
- | Pinot | | 📝 |
133
- | Druid | | 📝 |
134
- | Kafka | | 📝 |
119
+ | Database | Connection string | Status |
120
+ | ---------------| ------------------------------------------------------------------------------------------------------------------------------------ | --------|
121
+ | PostgreSQL | ` postgresql://<user>:<password>@<hostname>:5432/<database> ` | 💚 |
122
+ | MySQL | ` mysql://<user>:<password>@<hostname>:5432/<database> ` | 💚 |
123
+ | Snowflake | ` "snowflake://<user>[ :<password>] @<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>[&authenticator=externalbrowser] " ` | 💚 |
124
+ | Oracle | ` oracle://<username>:<password>@<hostname>/database ` | 💛 |
125
+ | BigQuery | ` bigquery://<project>/<dataset> ` | 💛 |
126
+ | Redshift | ` redshift://<username>:<password>@<hostname>:5439/<database> ` | 💛 |
127
+ | Presto | ` presto://<username>:<password>@<hostname>:8080/<database> ` | 💛 |
128
+ | ElasticSearch | | 📝 |
129
+ | Databricks | | 📝 |
130
+ | Planetscale | | 📝 |
131
+ | Clickhouse | | 📝 |
132
+ | Pinot | | 📝 |
133
+ | Druid | | 📝 |
134
+ | Kafka | | 📝 |
135
135
136
136
* 💚: Implemented and thoroughly tested.
137
137
* 💛: Implemented, but not thoroughly tested yet.
You can’t perform that action at this time.
0 commit comments