Interface IClickhouseConfig

interface IClickhouseConfig {
    host: string;
    name: string;
    options: ClickHouseClientConfigOptions;
}

Hierarchy (view full)

Properties

Properties

host: string
name: string