http://www.glydergun.com/diving-into-ecto-part-2/
http://kholbekj.surge.sh/2016/01/06/convenience-queires-with-ecto.html
https://groups.google.com/forum/#!topic/elixir-ecto/uxUKfqm8jLQ
Repo.get_by(Fisherman, name: "Lew")
account = Repo.one(from a in Account, order_by: [desc: a.id], limit: 1)