Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.NoopQueryExecutor#withPlugins

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

Returns a copy of this executor with a list of plugins added as the last plugins.

Parameters

plugins: ReadonlyArray<KyselyPlugin>