Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kysely_postgrs_js_dialect/mod.ts>PostgresJSDialectError

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
class PostgresJSDialectError
extends Error
Re-export
import { PostgresJSDialectError } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.8/mod.ts";

Custom error class for PostgresJSDialect

Constructors

new
PostgresJSDialectError(message: string)