Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.OperandExpression

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

Like Expression<V> but also accepts a select query with an output type extending Record<string, V>. This type is useful because SQL treats records with a single column as single values.

definition: Expression<V> | SelectQueryBuilderExpression<Record<string, V>>
import kysely.OperandExpression
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { OperandExpression } = kysely;