pub fn mysql_safe_identifier(identifier: &str) -> &str
Expand description

The maximum length of identifiers on mysql is 64 bytes.

Source: https://dev.mysql.com/doc/mysql-reslimits-excerpt/5.5/en/identifier-length.html