Ingestion modes for the ingest convenience method.
ingest
These correspond to the adbc.ingest.mode.* option values in the ADBC spec.
adbc.ingest.mode.*
await conn.ingest('my_table', data, { mode: IngestMode.Append }) Copy
await conn.ingest('my_table', data, { mode: IngestMode.Append })
Ingestion modes for the
ingestconvenience method.These correspond to the
adbc.ingest.mode.*option values in the ADBC spec.