Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.FetchNode

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

Properties

readonly
kind: "FetchNode"
readonly
rowCount: ValueNode
readonly
modifier: FetchModifier
variable kysely.FetchNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { FetchNode } = kysely;

type

{ is(node: OperationNode): node is FetchNode; create(rowCount: number | bigint, modifier: FetchModifier): FetchNode; }
import kysely.FetchNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { FetchNode } = kysely;