ADBC JavaScript Driver Manager
    Preparing search index...

    Type Alias IngestMode

    IngestMode: typeof IngestMode[keyof typeof IngestMode]

    Ingestion modes for the ingest convenience method.

    These correspond to the adbc.ingest.mode.* option values in the ADBC spec.

    await conn.ingest('my_table', data, { mode: IngestMode.Append })