effect-io-ai

Package: @effect/sql-pglite
Module: PgliteClient

PgliteClient.makeCompiler

Creates the PGlite statement compiler, using PostgreSQL $1 placeholders, double-quoted identifiers, returning clauses, and optional JSON value transformation.

Signature

declare const makeCompiler: (transform?: (_: string) => string, transformJson?: boolean) => Statement.Compiler

Source

Since v4.0.0