Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.Tedious

Kysely dialect for PostgreSQL using the Postgres.js client.
interface kysely.Tedious
import { type kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { Tedious } = kysely;

Properties

connectionFactory: () => TediousConnection | Promise<TediousConnection>
ISOLATION_LEVEL: TediousIsolationLevel
Request: TediousRequest
import kysely.Tedious
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { Tedious } = kysely;