Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.PostgresDriver#commitTransaction

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

Commits a transaction.

Returns

Promise<void>