langdb_core 0.3.2

AI gateway Core for LangDB AI Gateway.
Documentation
1
2
3
4
5
6
7
8
9
pub struct ClickhouseDataUserEnvVariables {}

impl ClickhouseDataUserEnvVariables {
    pub const USER: &'static str = "CLICKHOUSE_DATA_ROOT_USER";
    pub const PASSWORD: &'static str = "CLICKHOUSE_DATA_ROOT_PASSWORD";
    pub const DATABASE: &'static str = "CLICKHOUSE_DATA_ROOT_DATABASE";
    pub const URL: &'static str = "CLICKHOUSE_DATA_HOST";
    pub const PROTOCOL: &'static str = "CLICKHOUSE_DATA_PROTOCOL";
}