Luis Hurtado
@kommitter
Avid reader & Internet programmer. Founder at kommit.
ID: 588428840
http://www.kommit.co 23-05-2012 17:02:59
580 Tweet
222 Followers
864 Following
🔥 Ever need to insert a record in your database ONLY if it doesn't already exist? PostgreSQL allows you to safely perform this operation using the ON CONFLICT clause. Works inside transactions too. Bonus: Ecto in The Elixir programming language supports it via the :on_conflict repo option! ✨