top | item 21153368

(no title)

nick_urban | 6 years 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

discuss

order

No comments yet.