Skip to main content
Module

x/postgres/mod.ts>QueryResult#insertRow

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
method QueryResult.prototype.insertRow
import { QueryResult } from "https://deno.land/x/postgres@v0.19.2/mod.ts";

Add a row to the result based on metadata provided by rowDescription This implementation depends on row description not being modified after initialization

This function can throw on validation, so any errors must be handled in the message loop accordingly

Parameters

_row: Uint8Array[]