UpsertOptions type

Options for upsert(), with returning widened to accept a column list.

Signature:

export type UpsertOptions = Modify<UpsertOptionsOrigin, ReturningOptions>;

References: Modify, ReturningOptions

Remarks

Cast to this at the call site when TypeScript objects to a returning column list; ReturningOptions explains what the list does.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.