Ecto

Getting started

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:

Asking for help

Last updated