Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.Nullable

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

Makes all properties of object type T nullable.

definition: [P in keyof T]: T[P] | null
import kysely.Nullable
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { Nullable } = kysely;