Skip to main content
Latest
interface PgSelectQueryBuilderHKT
implements PgSelectHKTBase
Re-export
import { type PgSelectQueryBuilderHKT } from "https://deno.land/x/drizzle@v0.23.85/pg-core/query-builders.ts";

Properties

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