pub fn replace_placeholders(query: &str) -> (String, usize)
Replace all the “?” placeholder into “$i” in SQL, returns the new SQL and the last placeholder index.