Currently, the function checks if the database file exists. This returns false for in-memory. Which in turn fails `Phoenix.Ecto.CheckRepoStatus` during development. I would like to see if we can make the function return true instead.
Currently, the function checks if the database file exists. This returns false for in-memory.
Which in turn fails
Phoenix.Ecto.CheckRepoStatusduring development.I would like to see if we can make the function return true instead.