View Source ClickHouse.Client (ClickHouse v0.30.0)

A ClickHouse client.

Link to this section Summary

Functions

Creates a new ClickHouse client.

Link to this section Types

@type t() :: %ClickHouse.Client{
  formats: %{required(ClickHouse.Format.name()) => ClickHouse.Format.t()},
  interface: ClickHouse.Interface.t(),
  name: atom()
}

Link to this section Functions

@spec new([ClickHouse.start_option()]) :: t()

Creates a new ClickHouse client.