Class AsyncDuckDBConnection

A thin helper to memoize the connection id

Constructors

Accessors

Methods

  • Send a query

    Type Parameters

    • T extends {
          [key: string]: arrow.DataType;
      } = any

    Parameters

    • text: string
    • allowStreamResult: boolean = false

    Returns Promise<AsyncRecordBatchStreamReader<T>>