class PostgresJSDialect
implements Dialect
import { PostgresJSDialect } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.8/src/dialect.ts";
A kysely dialect for PostgreSQL using the postgres
library.
Constructors
new
PostgresJSDialect(config: PostgresJSDialectConfig)