Clickhouse.start_link
You're seeing just the function
start_link
, go back to Clickhouse module for more information.
Specs
start_link(options()) :: Supervisor.on_start()
Starts a Clickhouse client.
Options
:client
- The name of the client - defaults to:default
.:interface
- The interface to use for queries - defaults toClickhouse.Interface.HTTP
.:interface_opts
- Additional keyword options to pass to the interface.