effect-io-ai

Package: @effect/sql-mssql
Module: MssqlClient

MssqlClient.makeCompiler

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

Source

Since v4.0.0