Skip to content

Commit b2f3dae

Browse files
committed
Add ClickHouse support to README
1 parent 3ced181 commit b2f3dae

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)