Skip to content

Commit

Permalink
Merge pull request #695 from xkisu/master
Browse files Browse the repository at this point in the history
Incorrect DSN example for Clickhouse
  • Loading branch information
dhui committed Feb 7, 2022
2 parents 3e43c42 + 81cbc9c commit 6b95a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/clickhouse/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ClickHouse

`clickhouse://host:port?username=user&password=qwerty&database=clicks&x-multi-statement=true`
`clickhouse://username:password@host:port/database=clicks?x-multi-statement=true`

| URL Query | Description |
|------------|-------------|
Expand Down

0 comments on commit 6b95a85

Please sign in to comment.