Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.JSONPathNode

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

Properties

readonly
kind: "JSONPathNode"
readonly
optional
inOperator: OperatorNode
readonly
pathLegs: ReadonlyArray<JSONPathLegNode>
variable kysely.JSONPathNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { JSONPathNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is JSONPathNode; create(inOperator?: OperatorNode): JSONPathNode; cloneWithLeg(jsonPathNode: JSONPathNode, pathLeg: JSONPathLegNode): JSONPathNode; }>
import kysely.JSONPathNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { JSONPathNode } = kysely;