Module

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

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