Skip to content

Commit 1180eee

Browse files
authored
Merge pull request #608 from joschi/pr-605-clickhouse-docs
Add ClickHouse support to README
2 parents 3ced181 + b2f3dae commit 1180eee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,15 @@ If a field has multiple types, the `multipleFieldType` query can be used to list
598598
dsn: mongodb://mongoadmin:secret@localhost:27017/test?sampleSize=20&multipleFieldType=true
599599
```
600600

601+
**ClickHouse:**
602+
603+
``` yaml
604+
# .tbls.yml
605+
dsn: clickhouse://dbuser:dbpass@hostname:9000/dbname
606+
```
607+
608+
See also: https://pkg.go.dev/github.com/ClickHouse/clickhouse-go
609+
601610
**JSON:**
602611

603612
The JSON file output by the `tbls out -t json` command can be read as a datasource.

0 commit comments

Comments
 (0)