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

x/kysely_postgrs_js_dialect/mod.ts>PostgresJSDialect

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
class PostgresJSDialect
implements Dialect
import { PostgresJSDialect } from "https://deno.land/x/kysely_postgrs_js_dialect@0.27.7/mod.ts";

A kysely dialect for PostgreSQL using the postgres library.

Constructors

new
PostgresJSDialect(config: PostgresJSDialectConfig)

Methods

createAdapter(): DialectAdapter
createDriver(): Driver
createIntrospector(db: Kysely<any>): DatabaseIntrospector
createQueryCompiler(): QueryCompiler