Does Strapi have insert ignore & insert or update queries?

I’ve used some MySQL queries in the past that were really useful and I am actually looking for something like this in Strapi but couldn’t find it. Does Strapi has something similar to:

If not, is this something that will be added to Strapi eventually? I know I can use RAW queries but that isn’t as nice to use when dealing with relations.