Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.DeduplicateJoinsPlugin#transformResult

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

This method is called for each query after it has been executed. The result of the query can be accessed through {@link PluginTransformResultArgs.result | args.result}. You can modify the result and return the modifier result.