Module

x/kysely_postgrs_js_dialect/mod.ts>PostgresJSConnection#executeQuery

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
method PostgresJSConnection.prototype.executeQuery
import { PostgresJSConnection } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";

Parameters

compiledQuery: CompiledQuery<unknown>

Returns

Promise<QueryResult<R>>