Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.SelectionNode

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

Properties

readonly
kind: "SelectionNode"
readonly
selection: SelectionNodeChild
variable kysely.SelectionNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { SelectionNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is SelectionNode; create(selection: SelectionNodeChild): SelectionNode; createSelectAll(): SelectionNode; createSelectAllFromTable(table: TableNode): SelectionNode; }>
import kysely.SelectionNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { SelectionNode } = kysely;