mysql-native v1.2.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Function mysqlEscape

Helper function to easily construct a escape wrapper struct

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

Template Params: T = type of the input

Parameters

NameDescription
input input to escape