pub fn split_sql_parts(input: &str) -> Result<Vec<SqlPart>, SqlParseError>
Rudimentary SQL parser.
This function does not validate the SQL statement, it only extracts the placeholder to be database agnostic.