Skip to content

Commit

Permalink
Merge pull request #608 from joschi/pr-605-clickhouse-docs
Browse files Browse the repository at this point in the history
Add ClickHouse support to README
  • Loading branch information
k1LoW authored Jul 24, 2024
2 parents 3ced181 + b2f3dae commit 1180eee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,15 @@ If a field has multiple types, the `multipleFieldType` query can be used to list
dsn: mongodb://mongoadmin:secret@localhost:27017/test?sampleSize=20&multipleFieldType=true
```

**ClickHouse:**

``` yaml
# .tbls.yml
dsn: clickhouse://dbuser:dbpass@hostname:9000/dbname
```

See also: https://pkg.go.dev/github.com/ClickHouse/clickhouse-go

**JSON:**

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

0 comments on commit 1180eee

Please sign in to comment.