Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abadongutierrez/6e446b67d3f23a0834fe78859745c19f to your computer and use it in GitHub Desktop.
Save abadongutierrez/6e446b67d3f23a0834fe78859745c19f to your computer and use it in GitHub Desktop.
alias EctoTest.Repo
import Ecto.Query
Repo.all(from d in "department", select: [d.department_id, d.name])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment