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.2.0"}
  ]
end
```