Skip to main content
Extremely Popular
Go to Latest
method QueryArrayResult.prototype.insertRow
import { QueryArrayResult } from "https://deno.land/x/postgres@v0.19.2/mod.ts";

Insert a row into the result

Parameters

row_data: Uint8Array[]
optional
controls: ClientControls