Skip to content

Commit

Permalink
Add ClickHouse support to README
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jul 23, 2024
1 parent 3ced181 commit 1f4aae1
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:5432/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 1f4aae1

Please sign in to comment.