Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drizzle/pg-core.ts>Check

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

Constructors

new
Check(table: AnyPgTable, builder: CheckBuilder)

Properties

readonly
name: string
table: AnyPgTable
readonly
value: SQL