Skip to main content
Module

x/drizzle/pg-core.ts>PgInetBuilderInitial

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

Type Parameters

TName extends string
definition: PgInetBuilder<{ name: TName; data: string; driverParam: string; notNull: false; hasDefault: false; }>