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

Commit 866ac49

Browse files
author
Leo Folsom
committed
line up database table columns
1 parent 5fdd795 commit 866ac49

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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>` | πŸ’š |
113+
| Database | Connection string | Status |
114+
|---------------|--------------------------------------------------------------------------------------------------|--------|
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>"`| πŸ’š |
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 | | πŸ“ |
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.

0 commit comments

Comments
Β (0)