Skip to content

Instantly share code, notes, and snippets.

@aleandros
Created March 22, 2017 18:52
Show Gist options
  • Select an option

  • Save aleandros/6a074d1fdf20502d800df23dac6e84bf to your computer and use it in GitHub Desktop.

Select an option

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