pub fn make_sql_safe_identifier(identifier: &str) -> String
Makes an identifier safe for use in SQL table names.
Removes forward slashes, replaces dots, hyphens, and spaces with underscores, and converts to lowercase.