Ecto
Last updated
Was this helpful?
Last updated
Was this helpful?
Get motivated:
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:
and
()
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