Installation Add :ecto to the list of dependencies in mix.exs: 3.10″} ] end” dir=”auto”>def deps do [ {:ecto, “~> 3.10”} ] end About Ecto is a toolkit for data mapping and language integrated query for Elixir. Here is an example: # In your config/config.exs file config :my_app, ecto_repos: [Sample.Repo] config :my_app, Sample.Repo, database: “ecto_simple”, username:
