Skip to main content
Module

x/kysely_deno_postgres_dialect/deps.ts>Transaction#withPlugin

Kysely dialect for PostgreSQL using the deno-postgres client.
Latest
method Transaction.prototype.withPlugin
import { Transaction } from "https://deno.land/x/kysely_deno_postgres_dialect@v0.27.1/deps.ts";

Returns a copy of this Kysely instance with the given plugin installed.

Parameters

plugin: KyselyPlugin