Skip to main content
Module

x/drizzle/postgres.ts>PostgresJsQueryResultHKT

Deno port of the drizzle-orm library
Latest
interface PostgresJsQueryResultHKT
implements QueryResultHKT
Re-export
import { type PostgresJsQueryResultHKT } from "https://deno.land/x/drizzle@v0.23.85/postgres.ts";

Properties

type: RowList<Assume<this["row"], Row>[]>