Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.CaseEndBuilder#endCase

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
method kysely.CaseEndBuilder.prototype.endCase
import { kysely } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.4/deps.ts";
const { CaseEndBuilder } = kysely;

Adds end case keywords to the case statement.

case statements can only be used for flow control in stored programs. For a case operator used as part of a query, use end instead.