plugin-axios icon indicating copy to clipboard operation
plugin-axios copied to clipboard

InsertIgnore

Open muhzak opened this issue 2 years ago • 1 comments

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?

muhzak avatar Apr 25 '22 01:04 muhzak

Hello @muhzak Did you get solved this issue? I have a similar case this function can help me a lot for improving my app

lokreybe avatar Feb 04 '23 23:02 lokreybe