@@ -34,13 +34,13 @@ better than MySQL.
34
34
35
35
## Table of Contents
36
36
37
- - [ Common use-cases] ( #common-use-cases )
37
+ - [ Common use-cases] ( #common-use-cases )
38
38
- [ Example command and output] ( #example-command-and-output )
39
- - [ Supported Databases] ( #supported-databases )
39
+ - [ Supported Databases] ( #supported-databases )
40
40
- [ How to install] ( #how-to-install )
41
41
- [ How to use] ( #how-to-use )
42
42
- [ Technical Explanation] ( #technical-explanation )
43
- - [ Performance Considerations] ( #performance-considerations )
43
+ - [ Performance Considerations] ( #performance-considerations )
44
44
- [ Development Setup] ( #development-setup )
45
45
46
46
## Common use-cases
@@ -110,22 +110,22 @@ $ data-diff \
110
110
111
111
## Supported Databases
112
112
113
- | Database | Connection string | Status |
114
- | ---------------| --------------------------------------------------------------------------------------------------| --------|
115
- | PostgreSQL | ` postgresql://<user>:<password>@<hostname>:5432/<database> ` | 💚 |
116
- | MySQL | ` mysql://<user>:<password>@<hostname>:5432/<database> ` | 💚 |
117
- | Snowflake | ` "snowflake://<user>:<password>@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>" ` | 💚 |
118
- | Oracle | ` oracle://<username>:<password>@<hostname>/database ` | 💛 |
119
- | BigQuery | ` bigquery://<project>/<dataset> ` | 💛 |
120
- | Redshift | ` redshift://<username>:<password>@<hostname>:5439/<database> ` | 💛 |
121
- | Presto | ` presto://<username>:<password>@<hostname>:8080/<database> ` | 💛 |
122
- | ElasticSearch | | 📝 |
123
- | Databricks | | 📝 |
124
- | Planetscale | | 📝 |
125
- | Clickhouse | | 📝 |
126
- | Pinot | | 📝 |
127
- | Druid | | 📝 |
128
- | Kafka | | 📝 |
113
+ | Database | Connection string | Status |
114
+ | ---------------| ------------------------------------------------------------------------------------------------------------------------------------ | --------|
115
+ | PostgreSQL | ` postgresql://<user>:<password>@<hostname>:5432/<database> ` | 💚 |
116
+ | MySQL | ` mysql://<user>:<password>@<hostname>:5432/<database> ` | 💚 |
117
+ | Snowflake | ` "snowflake://<user>[ :<password>] @<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>[&authenticator=externalbrowser] " ` | 💚 |
118
+ | Oracle | ` oracle://<username>:<password>@<hostname>/database ` | 💛 |
119
+ | BigQuery | ` bigquery://<project>/<dataset> ` | 💛 |
120
+ | Redshift | ` redshift://<username>:<password>@<hostname>:5439/<database> ` | 💛 |
121
+ | Presto | ` presto://<username>:<password>@<hostname>:8080/<database> ` | 💛 |
122
+ | ElasticSearch | | 📝 |
123
+ | Databricks | | 📝 |
124
+ | Planetscale | | 📝 |
125
+ | Clickhouse | | 📝 |
126
+ | Pinot | | 📝 |
127
+ | Druid | | 📝 |
128
+ | Kafka | | 📝 |
129
129
130
130
* 💚: Implemented and thoroughly tested.
131
131
* 💛: Implemented, but not thoroughly tested yet.
0 commit comments