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.
Reactions are currently unavailable
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.