Clickhouse.Interface behaviour (Clickhouse v0.5.2) 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()