pub fn sanitize_sql(template: &str, binds: &[Value]) -> String
Replaces ? placeholders in an SQL template with sanitized literal values.
?