@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface QuackConnectionInfo

    Server metadata returned by the Quack connection response.

    interface QuackConnectionInfo {
        quackVersion?: bigint;
        serverDuckdbVersion?: string;
        serverPlatform?: string;
    }
    Index

    Properties

    quackVersion?: bigint

    Quack protocol version reported by the server.

    serverDuckdbVersion?: string

    DuckDB version reported by the server.

    serverPlatform?: string

    Platform string reported by the server.