Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.03 KB

File metadata and controls

43 lines (26 loc) · 1.03 KB

dbcp / Exports / compound

Module: compound

Table of contents

Variables

Functions

Variables

batch2

Const batch2: any

Defined in: compound.ts:6

Functions

streamToKnexCompoundInsert

streamToKnexCompoundInsert(source: { knex?: Knex ; transaction?: Knex.Transaction }, options: { batchSize?: number ; idField?: string ; idSuffix?: string }): WritableStreamTree

Parameters

Name Type
source object
source.knex? Knex
source.transaction? Knex.Transaction
options object
options.batchSize? number
options.idField? string
options.idSuffix? string

Returns: WritableStreamTree

Defined in: compound.ts:8