Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.UpdateQueryBuilder#$castTo

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

Change the output type of the query.

This method call doesn't change the SQL in any way. This methods simply returns a copy of this UpdateQueryBuilder with a new output type.