Hacker News new | ask | show | jobs
by sergiotapia 1159 days ago
On the flipside for me Ecto is the perfect balance between ORM and writing raw SQL queries. I've used many different ORMs like Entity Framework, ActiveRecord, Prisma, Ecto - Ecto stands alone.
1 comments

I believe... technically Ecto is not an ORM but a query builder, which may be why you like it better than an ORM.