We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
storage_status/1
:up
Currently, the function checks if the database file exists. This returns false for in-memory.
Which in turn fails Phoenix.Ecto.CheckRepoStatus during development.
Phoenix.Ecto.CheckRepoStatus
I would like to see if we can make the function return true instead.