Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 1f1ece4

Browse files
committed
Updated README table
1 parent d958f69 commit 1f1ece4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,22 @@ $ data-diff \
109109

110110
## Supported Databases
111111

112-
| Database | Connection string | Status |
113-
|---------------|-----------------------------------------------------------------------------------------|--------|
114-
| PostgreSQL | `postgresql://user:password@hostname:5432/database` | πŸ’š |
115-
| MySQL | `mysql://user:password@hostname:5432/database` | πŸ’š |
116-
| Snowflake | `snowflake://user:password@account/database/SCHEMA?warehouse=WAREHOUSE&role=role` | πŸ’š |
117-
| Oracle | `oracle://username:password@hostname/database` | πŸ’› |
118-
| BigQuery | `bigquery://project/dataset` | πŸ’› |
119-
| Redshift | `redshift://username:password@hostname:5439/database` | πŸ’› |
120-
| Presto | `presto://username:password@hostname:8080/database` | πŸ’› |
121-
| ElasticSearch | | πŸ“ |
122-
| Databricks | | πŸ“ |
123-
| Planetscale | | πŸ“ |
124-
| Clickhouse | | πŸ“ |
125-
| Pinot | | πŸ“ |
126-
| Druid | | πŸ“ |
127-
| Kafka | | πŸ“ |
112+
| Database | Install driver | Connection string | Status |
113+
|---------------|----------------|----------------------------------------------------------------------------------------------------------------|--------|
114+
| PostgreSQL | `pip install 'data-diff[postgresql]'` | `postgresql://user:password@hostname:5432/database` | πŸ’š |
115+
| MySQL | `pip install 'data-diff[mysql]'` | `mysql://user:password@hostname:5432/database` | πŸ’š |
116+
| Snowflake | `pip install 'data-diff[snowflake]'` | `snowflake://user:password@account/database/SCHEMA?warehouse=WAREHOUSE&role=role` | πŸ’š |
117+
| Oracle | `pip install 'data-diff[oracle]'` | `oracle://username:password@hostname/database` | πŸ’› |
118+
| BigQuery | See: https://pypi.org/project/google-cloud-bigquery/ | `bigquery://project/dataset` | πŸ’› |
119+
| Redshift | `pip install 'data-diff[redshift]'` | `redshift://username:password@hostname:5439/database` | πŸ’› |
120+
| Presto | `pip install 'data-diff[presto]'` | `presto://username:password@hostname:8080/database` | πŸ’› |
121+
| ElasticSearch | | | πŸ“ |
122+
| Databricks | | | πŸ“ |
123+
| Planetscale | | | πŸ“ |
124+
| Clickhouse | | | πŸ“ |
125+
| Pinot | | | πŸ“ |
126+
| Druid | | | πŸ“ |
127+
| Kafka | | | πŸ“ |
128128

129129
* πŸ’š: Implemented and thoroughly tested.
130130
* πŸ’›: Implemented, but not thoroughly tested yet.

0 commit comments

Comments
Β (0)