escapeSqlLiteral
escapeSqlLiteral(
value):string
Defined in: packages/contracts/src/sql-identifier.ts:102
Escape a SQL string-literal body (' -> ''); does not add the surrounding quotes.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string