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

Commit ee9af2c

Browse files
authored
Update README.md
Postgres key is `host` not `hostname` see https://github.com/datafold/data-diff/blob/master/data_diff/databases/postgresql.py#L53
1 parent e357473 commit ee9af2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $ data-diff \
118118

119119
| Database | Connection string | Status |
120120
|---------------|-------------------------------------------------------------------------------------------------------------------------------------|--------|
121-
| PostgreSQL | `postgresql://<user>:<password>@<hostname>:5432/<database>` | 💚 |
121+
| PostgreSQL | `postgresql://<user>:<password>@<host>:5432/<database>` | 💚 |
122122
| MySQL | `mysql://<user>:<password>@<hostname>:5432/<database>` | 💚 |
123123
| Snowflake | `"snowflake://<user>[:<password>]@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>[&authenticator=externalbrowser]"` | 💚 |
124124
| Oracle | `oracle://<username>:<password>@<hostname>/database` | 💛 |

0 commit comments

Comments
 (0)