Skip to content

Commit 6b95a85

Browse files
authored
Merge pull request #695 from xkisu/master
Incorrect DSN example for Clickhouse
2 parents 3e43c42 + 81cbc9c commit 6b95a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/clickhouse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ClickHouse
22

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

55
| URL Query | Description |
66
|------------|-------------|

0 commit comments

Comments
 (0)