Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.JSONPathLegNode

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

Properties

readonly
kind: "JSONPathLegNode"
readonly
type: JSONPathLegType
readonly
value: string | number
variable kysely.JSONPathLegNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { JSONPathLegNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is JSONPathLegNode; create(type: JSONPathLegType, value: string | number): JSONPathLegNode; }>
import kysely.JSONPathLegNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { JSONPathLegNode } = kysely;