Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active August 4, 2020 02:53
Show Gist options
  • Select an option

  • Save noelworden/c7cfcfe60f08dac93d6fed02f8b6b5c5 to your computer and use it in GitHub Desktop.

Select an option

Save noelworden/c7cfcfe60f08dac93d6fed02f8b6b5c5 to your computer and use it in GitHub Desktop.
import Ecto.Query
alias MyApp.{
Repo,
Schemas.User,
Schemas.Posts,
Schemas.Comments,
}
example_variable = ["a", "b", "c"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment