Skip to main content
Module

x/drizzle/pg-core.ts>PgSelectQueryBuilderHKT

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

Properties

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