Module

x/kysely_postgrs_js_dialect/src/mod.ts>PostgresJSDriver

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
class PostgresJSDriver
implements Driver
import { PostgresJSDriver } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/src/mod.ts";

Constructors

new
PostgresJSDriver(config: PostgresJSDialectConfig)

Methods

beginTransaction(connection: PostgresJSConnection, settings: TransactionSettings): Promise<void>
commitTransaction(connection: PostgresJSConnection): Promise<void>
destroy(): Promise<void>
init(): Promise<void>
releaseConnection(connection: PostgresJSConnection): Promise<void>
rollbackTransaction(connection: PostgresJSConnection): Promise<void>
import PostgresJSDriver
import { PostgresJSDriver } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/src/mod.ts";