Package: @effect/sql-pglite
Module: PgliteClient
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
Since v4.0.0