Skip to content

EngineInsertManyOptions

Defined in: engine.ts:106

Options for Engine.insertMany.

rows: Record<string, unknown>[]

Defined in: engine.ts:111

The rows/documents to insert as key-value pairs.


table: string

Defined in: engine.ts:108

The table or collection name.