Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.QueryCompiler

Kysely dialect for PostgreSQL using the Postgres.js client.
Go to Latest
interface kysely.QueryCompiler
import { type kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/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.4/mod.ts";
const { QueryCompiler } = kysely;