@@ -110,22 +110,22 @@ $ data-diff \
110110
111111## Supported Databases
112112
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>" ` | 💚 |
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 | | 📝 |
129129
130130* 💚: Implemented and thoroughly tested.
131131* 💛: Implemented, but not thoroughly tested yet.
@@ -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