This is my situation, I'm getting data from my Shopify shop via API and saving them to a database. My problem is how to prevent duplicate records from infesting the database. any code snippet about this? Thank you! i want only the new entries made from the shop to be saved instead of having all the entries enter the database over and over again.
feedback
|
|
You can either add a The duplicate entries will raise an exception, which you can catch and ignore. | |||||||||||||
feedback
|