Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.DropConstraintNode

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
interface kysely.DropConstraintNode
implements OperationNode
import { type kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { DropConstraintNode } = kysely;

Properties

readonly
kind: "DropConstraintNode"
readonly
constraintName: IdentifierNode
readonly
optional
ifExists: boolean
readonly
optional
modifier: "cascade" | "restrict"
variable kysely.DropConstraintNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { DropConstraintNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is DropConstraintNode; create(constraintName: string): DropConstraintNode; cloneWith(dropConstraint: DropConstraintNode, props: DropConstraintNodeProps): DropConstraintNode; }>
import kysely.DropConstraintNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { DropConstraintNode } = kysely;