Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.JoinType

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
type alias kysely.JoinType
import { type kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { JoinType } = kysely;
definition:
| "InnerJoin"
| "LeftJoin"
| "RightJoin"
| "FullJoin"
| "LateralInnerJoin"
| "LateralLeftJoin"
| "Using"