INSERT ON DUPLICATE KEY UPDATE with CodeIgniter 4

I recently had to use a query with INSERT ON DUPLICATE KEY UPDATE, but CodeIgniter 4 does not have built-in support for this type of query because it is not available in all database drivers. ...

October 15, 2021 · 5 min