Package: @effect/sql-mssql
Module: MssqlClient
Creates the SQL Server statement compiler, using @1-style placeholders, bracket-escaped identifiers, and SQL Server OUTPUT INSERTED returning clauses.
Signature
declare const makeCompiler: (transform?: (_: string) => string) => Statement.Compiler
Since v4.0.0