Slide 21
Slide 21 text
Some issues
associated with
ORMs that Ecto
may run
Projects may end up
with “God Schemas”, “Fat
Models”, etc...
Excessively rely on
schemas when
sometimes the best way
is using a map, tuple,
etc...
Using the same Schema
for all operations that
may end up with point
one.
BOOM!