Skip to main content
Module

x/drizzle/pg-core.ts>PgSelectHKTBase

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

Properties

tableName: string | undefined
selection: unknown
selectMode: SelectMode
nullabilityMap: unknown
_type: unknown