pub fn escape_string(s: &str) -> String
Escape a string for use in Cypher queries.
Handles backslashes, quotes, and whitespace characters.