Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
method QueryObjectResult.prototype.insertRow
import { QueryObjectResult } from "https://deno.land/x/postgres@v.0.18.1/mod.ts";

Insert a row into the result

Parameters

row_data: Uint8Array[]
optional
controls: ClientControls