Is there a way to do 'insert ignore' while using SQL Alchemy 1.3 and posting to MySQL (used to ignore records when record's primary key is already present in the table)?
I've scoured the internet, and it doesn't appear a way to use this fairly basic functionality?
Thank you!