plugin-axios
plugin-axios copied to clipboard
InsertIgnore
Is InsertorIgnore possible with vuexorm axios? For example, If you have cities around the world as entities. Let's say you already have all have half the cities of the world pulled in from different queries.
Now you want to do an API call to get all the cities in North America. You will have duplicates of course. Is there a way to ignore these dupes instead of saving them?
Essentially InsertOrIgnore functionality?
Hello @muhzak Did you get solved this issue? I have a similar case this function can help me a lot for improving my app