Hacker News new | ask | show | jobs
by nick_urban 2446 days ago
Elixir's ORM, Ecto, appears to be a lot like LINQ. You write pseudo-SQL queries starting with from. E.g.

  from u in User, where: u.id = 1, select: u.name