boltun icon indicating copy to clipboard operation
boltun copied to clipboard

Does not support config by URL

Open erikreedstrom opened this issue 7 years ago • 0 comments

Although config by url is an Ecto specific function, parsing values from a postgres url is required in environments where these values do not exist or can change frequently.

If one were to use Ecto -- which does seem to be the go to -- a fully formed repo configuration is available from the Repo in the form of MyApp.Repo.config(), and it seems odd it must be declared again.

It would be beneficial if ecto was present, that the config could pull from the repo.

erikreedstrom avatar Dec 04 '17 15:12 erikreedstrom