Ecto
Getting started
Get motivated: Leveling Up With Ecto
Start with "Programming Phoenix". Part 1 contains chapters specifically related to Ecto which will provide a foundation.
Read the API documentation. Focus on these areas:
Additional References to help out round your understanding:
Talks
"Patterns"
Ecto, as a database wrapper, is significantly different to ORM such as Rails' ActiveRecord. Dealing with certain data structures are not quite "out-of-the box". Here's a few patterns to deal with these:
TODO: Add another Many to many
Asking for help
Last updated