Skip to content

Commit

Permalink
Add a README entry about the supported ClickHouse versions (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn authored Jun 21, 2024
1 parent f5936b4 commit 570f0cc
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 @@ -20,6 +20,15 @@

[ClickHouse](https://clickhouse.com) ([GitHub](https://github.com/ClickHouse/ClickHouse)) database driver for the [Metabase](https://metabase.com) ([GitHub](https://github.com/metabase/metabase)) business intelligence front-end.

## Compatibility with ClickHouse

The driver aims to support the current stable and LTS releases (see [the related docs](https://clickhouse.com/docs/en/faq/operations/production#how-to-choose-between-clickhouse-releases)).

| ClickHouse version | Supported? |
|-------------------------|-------------|
| 23.8+ ||
| 23.3-23.7 | Best effort |

## Installation

### Run using Metabase Jar
Expand Down

0 comments on commit 570f0cc

Please sign in to comment.