Member Junction
    Preparing search index...
    interface SqlGlotClientOptions {
        pythonPath?: string;
        requestTimeoutMs?: number;
        serverPath?: string;
        startupTimeoutMs?: number;
    }
    Index

    Properties

    pythonPath?: string

    Path to Python executable (default: 'python3')

    requestTimeoutMs?: number

    Request timeout in ms (default: 60000)

    serverPath?: string

    Path to the server.py file (default: auto-detected from package)

    startupTimeoutMs?: number

    Startup timeout in ms (default: 30000)