@@ -112,13 +112,13 @@ $ data-diff \
112112
113113| Database | Connection string | Status |
114114| ---------------| -----------------------------------------------------------------------------------------| --------|
115- | PostgreSQL | ` postgresql://<user>:<password>@<hostname>:< 5432> /<database> ` | π |
116- | MySQL | ` mysql://<user>:<password>@<hostname>:< 5432> /<database> ` | π |
115+ | PostgreSQL | ` postgresql://<user>:<password>@<hostname>:5432/<database> ` | π |
116+ | MySQL | ` mysql://<user>:<password>@<hostname>:5432/<database> ` | π |
117117| Snowflake | ` "snowflake://<user>:<password>@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>" ` | π |
118118| Oracle | ` oracle://<username>:<password>@<hostname>/database ` | π |
119119| BigQuery | ` bigquery://<project>/<dataset> ` | π |
120- | Redshift | ` redshift://<username>:<password>@<hostname>:< 5439> /<database> ` | π |
121- | Presto | ` presto://<username>:<password>@<hostname>:< 8080> /<database> ` | π |
120+ | Redshift | ` redshift://<username>:<password>@<hostname>:5439/<database> ` | π |
121+ | Presto | ` presto://<username>:<password>@<hostname>:8080/<database> ` | π |
122122| ElasticSearch | | π |
123123| Databricks | | π |
124124| Planetscale | | π |
@@ -171,7 +171,10 @@ Users can also install several drivers at once:
171171Usage: ` data-diff DB1_URI TABLE1_NAME DB2_URI TABLE2_NAME [OPTIONS] `
172172
173173See the [ example command] ( #example-command-and-output ) and the [ sample
174- connection strings] ( #supported-databases ) .
174+ connection strings] ( #supported-databases ) .
175+
176+ Note that for some databases, the arguments that you enter in the command line
177+ may be case-sensitive. This is the case for the Snowflake schema and table names.
175178
176179Options:
177180
0 commit comments