Skip to main content
Module

x/drizzle/pg-core.ts>CustomTypeValues

Deno port of the drizzle-orm library
Latest
type alias CustomTypeValues
import { type CustomTypeValues } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";
definition: { data: unknown; driverData?: unknown; config?: unknown; configRequired?: boolean; notNull?: boolean; default?: boolean; }