Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.DatabaseConnection

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

A single connection to the database engine.

These are created by an instance of Driver.

Methods

executeQuery<R>(compiledQuery: CompiledQuery): Promise<QueryResult<R>>
streamQuery<R>(compiledQuery: CompiledQuery, chunkSize?: number): AsyncIterableIterator<QueryResult<R>>
import kysely.DatabaseConnection
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { DatabaseConnection } = kysely;