Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts>kysely.DefaultInsertValueNode

Kysely dialect for PostgreSQL using the deno-postgres client.
Go to Latest
interface kysely.DefaultInsertValueNode
implements OperationNode
Re-export
import { type kysely } from "https://deno.land/x/kysely_deno_postgres_dialect@v0.27.0/mod.ts";
const { DefaultInsertValueNode } = kysely;

Properties

readonly
kind: "DefaultInsertValueNode"
variable kysely.DefaultInsertValueNode
Re-export
import { kysely } from "https://deno.land/x/kysely_deno_postgres_dialect@v0.27.0/mod.ts";
const { DefaultInsertValueNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is DefaultInsertValueNode; create(): DefaultInsertValueNode; }>