Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MergeResult

class MergeResult {
constructor(numChangedRows: bigint | undefined);
readonly numChangedRows: bigint | undefined;
}

§Constructors

§
new MergeResult(numChangedRows: bigint | undefined)
[src]

§Properties

§
numChangedRows: bigint | undefined
[src]