I've just noticed that SQLite lets you IGNORE inserts that collide with a pre-existing key. This can be quite handy if you have a dataset that keeps changing in part, and you don't want to upsert and replace pre-existing PK rows but you do want to ignore collisions to existing PK rows.
Do sqlite_utils support such (cavalier!) behaviour?
Originally posted by @psychemedia in #18 (comment)
Originally posted by @psychemedia in #18 (comment)