Skip to content

Instantly share code, notes, and snippets.

@aleandros
Created March 22, 2017 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aleandros/6a074d1fdf20502d800df23dac6e84bf to your computer and use it in GitHub Desktop.
Save aleandros/6a074d1fdf20502d800df23dac6e84bf to your computer and use it in GitHub Desktop.
Ecto field example for legacy databases
query = from b in Bank,
where: field(b, :BankName) == "Bank Inc."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment