Trying to upsert via bash api but it's just inserting

I've made 'id' a primary key, and have another primary key which is type 'text'. The 'id' primary key will never be the same because it's autoincrementing. But the 'text' primary key will conflict.
Was this page helpful?