README.md

# ClickHouse

A ClickHouse client for the Elixir language.

This currently represents an early work in progress.

## Installation

```elixir
def deps do
  [
    {:clickhouse, "~> 0.7"}
  ]
end
```