Package: @effect/sql-mysql2
Module: MysqlClient
Creates the MySQL statement compiler, using ? placeholders and backtick-escaped identifiers.
Signature
declare const makeCompiler: (transform?: (_: string) => string) => Statement.Compiler
Since v4.0.0