Phoenix.Ecto.CheckRepoStatus (Phoenix/Ecto v4.2.1) View Source
A plug that does some checks on your application repos.
Checks if the storage is up (database is created) or if there are any pending migrations. Both checks can raise an error if the conditions are not met.
Plug options
:otp_app
- name of the application which the repos are fetched from
Link to this section Summary
Link to this section Functions
Callback implementation for Plug.call/2
.
Callback implementation for Plug.init/1
.