Module

x/kysely_postgrs_js_dialect/mod.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/mod.ts";

Classes

A database connection that uses the postgresjs library.

A kysely dialect for PostgreSQL using the postgres library.

Custom error class for PostgresJSDialect

Functions

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.