Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drizzle/pg-core.ts>PgSelectHKT

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

Properties

_type: PgSelect<this["tableName"], this["selection"], this["selectMode"], Assume<this["nullabilityMap"], Record<string, JoinNullability>>>