Select into a Map with Elixir and Ecto

When you’re looking to write performant code, the data structures you choose can be very important. In this video I go over how to select multiple records from your database into a Map using Elixir and Ecto. The text for this video can be found on my site:
Back to Top