ClickHouse.start_link
You're seeing just the function
start_link
, go back to ClickHouse module for more information.
Specs
start_link([start_option()]) :: Supervisor.on_start()
Starts a ClickHouse client.
Options
:name
- The name of the client - defaults to:default
.:interface
- The network interface to use for queries - defaults toClickHouse.Interface.HTTP
.:formats
- A list of formats available for encoding/decoding.
Extra Options
Any additional options passed will be given to the client interface.