Class AsyncDuckDBConnection

A thin helper to memoize the connection id

Hierarchy

  • AsyncDuckDBConnection

Constructors

Accessors

Methods

  • Send a query

    Type Parameters

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

    Parameters

    • text: string

    Returns Promise<AsyncRecordBatchStreamReader<T>>

Generated using TypeDoc