Module

x/kysely_postgrs_js_dialect/src/utils.ts

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
import * as mod from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@0.27.7/src/utils.ts";

Functions

Closes the database connection.

Get the database instance. Ensure you call setup before calling this function.

Sets up the database instance using the provided setup function. This function must be called before any database operations are performed.

Wraps a callback in a transaction.