This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 | | 📝 |
You can’t perform that action at this time.
0 commit comments