затем, что с этого проще и быстрее начать
только сначала нужно научиться лениво их подгружать, а то видел я одних там джавистов с гибернейтом и файлами в бд, очень смешно было
You might well wonder why Ecto doesn’t just load the records
for you when you ask for them, and in fact some database
libraries do—it’s a feature called lazy loading. With lazy
loading, the library checks to see if the associated records have
been loaded when you try to refer to them. If not, it fetches
them from the database automatically and makes them
available to you.