make_sql_safe_identifier

Function make_sql_safe_identifier 

Source
pub fn make_sql_safe_identifier(identifier: &str) -> String
Expand description

Makes an identifier safe for use in SQL table names.

Removes forward slashes, replaces dots, hyphens, and spaces with underscores, and converts to lowercase.