Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.ParseJSONResultsPlugin#transformResult

Kysely dialect for PostgreSQL using the Postgres.js client.
method kysely.ParseJSONResultsPlugin.prototype.transformResult
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { ParseJSONResultsPlugin } = 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.