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

Commit 59afe11

Browse files
author
Leo Folsom
committed
update readme with quotes and carrots (while in the forked repo this time)
1 parent 5fdd257 commit 59afe11

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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` | 💚 |
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` | 💛 |
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>` | 💛 |
122122
| ElasticSearch | | 📝 |
123123
| Databricks | | 📝 |
124124
| Planetscale | | 📝 |

0 commit comments

Comments
 (0)