Skip to main content
Module

x/drizzle/pg-core.ts>PgBooleanBuilderInitial

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

Type Parameters

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