Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.MatchedNode

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

Properties

readonly
kind: "MatchedNode"
readonly
not: boolean
readonly
bySource: boolean
variable kysely.MatchedNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { MatchedNode } = kysely;

type

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