Class DuckDBBindingsBaseAbstract

The proxy for either the browser- order node-based DuckDB API

Implements

Constructors

Accessors

Methods

  • Start a pending query asynchronously. This method returns either the arrow ipc schema or null. On null, the query has to be executed using pollPendingQuery until that returns != null. Results can then be fetched using fetchQueryResults

    Parameters

    • conn: number
    • text: string

    Returns null | Uint8Array

Generated using TypeDoc