QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    TCP transport implementation.
    Supports both plain TCP or secure TLS-encrypted connections with configurable JWK token authentication.

    Implements

    Index

    Constructors

    Methods

    • Sends data over the established TCP connection.

      Parameters

      • data: Buffer

        Buffer containing the data to send

      Returns Promise<boolean>

      Promise resolving to true if data was sent successfully

      Error if the data could not be written to the socket