Inserting one Ecto schema at a time

This is a simpler, alternate way to save data to our Ecto database than the Repo.insert_all approach taken last time, diverging from last episode at 16m45s into the video.

Back to index

No Comments