@@ -34,14 +34,20 @@ better than MySQL.
34
34
35
35
## Table of Contents
36
36
37
- - [ Common use-cases] ( #common-use-cases )
38
- - [ Example command and output] ( #example-command-and-output )
39
- - [ Supported Databases] ( #supported-databases )
37
+ - [ ** data-diff** ] ( #data-diff )
38
+ - [ Table of Contents] ( #table-of-contents )
39
+ - [ Common use-cases] ( #common-use-cases )
40
+ - [ Example Command and Output] ( #example-command-and-output )
41
+ - [ Supported Databases] ( #supported-databases )
40
42
- [ How to install] ( #how-to-install )
43
+ - [ Install drivers] ( #install-drivers )
41
44
- [ How to use] ( #how-to-use )
45
+ - [ How to use from the command-line] ( #how-to-use-from-the-command-line )
46
+ - [ How to use from Python] ( #how-to-use-from-python )
42
47
- [ Technical Explanation] ( #technical-explanation )
43
- - [ Performance Considerations] ( #performance-considerations )
48
+ - [ Performance Considerations] ( #performance-considerations )
44
49
- [ Development Setup] ( #development-setup )
50
+ - [ License] ( #license )
45
51
46
52
## Common use-cases
47
53
@@ -110,22 +116,22 @@ $ data-diff \
110
116
111
117
## Supported Databases
112
118
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 | | π |
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 | | π |
129
135
130
136
* π: Implemented and thoroughly tested.
131
137
* π: Implemented, but not thoroughly tested yet.
0 commit comments