Created
August 29, 2016 06:28
-
-
Save abadongutierrez/9e9693a5d0cd191b80ce3503d219508c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repo.all(from e in "employee", | |
select: [e.employee_id, e.first_name, e.last_name]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment