Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pgc4d/src/mod.ts>IndexedRow

A full-featured PostgreSQL Client for Deno
Latest
type alias IndexedRow
import { type IndexedRow } from "https://deno.land/x/pgc4d@v1.3.6/src/mod.ts";

A row in the shape of a JavaScript array, without column names:

[ 'John', 'Doe', 33 ]
definition: ColumnValue[]