Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.QueryCompiler

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

a QueryCompiler compiles a query expressed as a tree of OperationNodes into SQL.

import kysely.QueryCompiler
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/mod.ts";
const { QueryCompiler } = kysely;