Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.5/mod.ts";

Constructors

new
PostgresJSDialectError(message: string)