View Source ClickHouse.Client (ClickHouse v0.30.2)
A ClickHouse client.
Link to this section Summary
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.