fn escape_like_prefix(prefix: &str) -> String
Escapes SQLite LIKE wildcards (%, _) and the escape character (\) so a user-supplied prefix is matched literally.
%
_
\