Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.CheckConstraintNode

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

Properties

readonly
kind: "CheckConstraintNode"
readonly
expression: OperationNode
readonly
optional
name: IdentifierNode
variable kysely.CheckConstraintNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { CheckConstraintNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is CheckConstraintNode; create(expression: OperationNode, constraintName?: string): CheckConstraintNode; }>
import kysely.CheckConstraintNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { CheckConstraintNode } = kysely;