Skip to main content
Module

x/drizzle/pg-core.ts>UpdateDeleteAction

Deno port of the drizzle-orm library
Latest
type alias UpdateDeleteAction
import { type UpdateDeleteAction } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";
definition:
| "cascade"
| "restrict"
| "no action"
| "set null"
| "set default"