Function init_clickhouse_db

Source
pub async fn init_clickhouse_db(
    client: &Client,
    schema_path: &str,
) -> Result<(), Error>