Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kysely_postgrs_js_dialect/deps.ts>Kysely#executeQuery

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
method Kysely.prototype.executeQuery
Re-export
import { Kysely } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.4/deps.ts";

Executes a given compiled query or query builder.

See splitting build, compile and execute code recipe for more information.

Parameters

query: CompiledQuery<R> | Compilable<R>
optional
queryId: QueryId