Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.JoinBuilder#on

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

Just like {@link WhereInterface.where} but adds an item to the join's on clause instead.

See {@link WhereInterface.where} for documentation and examples.