Skip to main content
Module

x/drizzle/pg-core.ts>LockConfig

Deno port of the drizzle-orm library
Latest
type alias LockConfig
Re-export
import { type LockConfig } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";
definition: { of?: AnyPgTable; } & ({ noWait: true; skipLocked?: undefined; } | { noWait?: undefined; skipLocked: true; } | { noWait?: undefined; skipLocked?: undefined; })