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

    Interface ConnectionResponseMessage

    Response returned by a server after opening a Quack connection.

    interface ConnectionResponseMessage {
        clientQueryId?: bigint;
        connectionId?: string;
        quackVersion?: bigint;
        serverDuckdbVersion?: string;
        serverPlatform?: string;
        type: CONNECTION_RESPONSE;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientQueryId?: bigint

    Client-assigned query/request id.

    connectionId?: string

    Server-assigned connection id for connection-scoped messages.

    quackVersion?: bigint

    Negotiated/reported Quack protocol version.

    serverDuckdbVersion?: string

    Server DuckDB version string.

    serverPlatform?: string

    Server platform string.

    Concrete message type id.