ClickHouse.Interface behaviour (ClickHouse v0.9.2) View Source
A behaviour to implement an interface to interact with a ClickHouse server.
Link to this section Summary
Link to this section Types
Specs
Link to this section Callbacks
Specs
execute(query :: ClickHouse.Query.t()) :: {:ok, ClickHouse.Result.t()} | {:error, error()}
Specs
start_link(keyword()) :: GenServer.on_start()