Skip to main content
Module

x/drizzle/pg-core.ts>PgBigInt64BuilderInitial

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

Type Parameters

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