What's new in Elixir
Lots of goodies have landed in Elixir lately, including mix release
, an official Config
module, a ~U
sigil for UTC datetimes, and much more. José Valim lays out all of the details in this post.
Lots of goodies have landed in Elixir lately, including mix release
, an official Config
module, a ~U
sigil for UTC datetimes, and much more. José Valim lays out all of the details in this post.
Ecto 3 is right around the corner, and José Valim is blogging all about it as the release date approaches. This post is all about the breaking changes, which are few but significant. Most notably, the library will be split into two repositories: ecto
and ecto_sql
. Read the post to find out why.