effect-io-ai

Package: @effect/sql-mysql2
Module: MysqlClient

MysqlClient.makeCompiler

Creates the MySQL statement compiler, using ? placeholders and backtick-escaped identifiers.

Signature

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

Source

Since v4.0.0