Replace on Insert
I can see that there is a
I'm doing an insert many by passing through an array of values (e.g.
.ignore() option added to insert, but is there an equivalent .replace() or someway to flag it in the code?I'm doing an insert many by passing through an array of values (e.g.
await db.insert(ActivityTable).values(values);) which is effectively an over write of existing data as well as new data