@@ -34,14 +34,20 @@ better than MySQL.
3434
3535## Table of Contents
3636
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 )
4042- [ How to install] ( #how-to-install )
43+ - [ Install drivers] ( #install-drivers )
4144- [ 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 )
4247- [ Technical Explanation] ( #technical-explanation )
43- - [ Performance Considerations] ( #performance-considerations )
48+ - [ Performance Considerations] ( #performance-considerations )
4449- [ Development Setup] ( #development-setup )
50+ - [ License] ( #license )
4551
4652## Common use-cases
4753
@@ -110,22 +116,22 @@ $ data-diff \
110116
111117## Supported Databases
112118
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 | | π |
129135
130136* π: Implemented and thoroughly tested.
131137* π: Implemented, but not thoroughly tested yet.
0 commit comments