Escapes single quotes in a String.
String escapeSingleQuotes(String string) => string.replaceAll("'", "''");