Mix.Ecto.parse_repo
You're seeing just the function
parse_repo
, go back to Mix.Ecto module for more information.
Specs
parse_repo([term()]) :: [Ecto.Repo.t()]
Parses the repository option from the given command line args list.
If no repo option is given, it is retrieved from the application environment.