- insert(tbl, obj, opts?): Promise<any>
-
Parameters
-
tbl: string
-
obj: Row
-
opts: {
ignoreExisting?: boolean;
jsonCols?: string[];
noid?: boolean;
replace?: boolean;
} = {}
-
Optional
ignoreExisting?: boolean
-
Optional
jsonCols?: string[]
-
Optional
noid?: boolean
-
Optional
replace?: boolean
Returns Promise<any>