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