Devon C. Estes

From Elixir to Erlang

It's been a while since I've written here, partly because I've been taking care of my kids mostly solo for a while while my wife is out of town, but also because I've been working with a new client since the middle of April. »

Soft delete with Ecto 3 and Postgres

One thing that folks sometimes want or need to do is to be able to "soft delete" records in a database. This means that instead of actually removing the record from a database, you in some way keep it there but make it "invisible" to your application. »