View Source ClickHouse

A ClickHouse client for the Elixir language.

This currently represents a work in progress.

installation

Installation

def deps do
  [
    {:clickhouse, "~> 0.30"}
  ]
end