Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: