Skip to content

insertPoints

insertPoints<T>(conn, schema, points): Promise<void>

Defined in: db/store.ts:154

Insert an array of points into the table in batches of 1000.

T extends TimePoint

AsyncDuckDBConnection

TableSchema<T>

T[]

Promise<void>