Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kysely_postgrs_js_dialect/src/utils.ts

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
import * as kyselyPostgrsJsDialect from "https://deno.land/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.