Function mysqlEscape

Helper function to easily construct a escape wrapper struct

MysqlEscape!T mysqlEscape(T) (
  T input
);

Parameters

NameDescription
T (Template Param) Type of the input range
input Input to escape