AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface CliOptions

    interface CliOptions {
        allowedHosts?: readonly string[];
        apiKey?: string;
        baseURL?: string;
        host: string;
        maxRows: number;
        model: string;
        port: number;
        provider: ProviderName;
    }
    Index
    allowedHosts?: readonly string[]
    apiKey?: string
    baseURL?: string
    host: string
    maxRows: number
    model: string
    port: number
    provider: ProviderName