The only guide I’ve found suggested adding “{:sqlite_ecto, “~> 1.0.0”}” to my mix.exs, but when running “mix deps.get” I receive the following error:
`Failed to use "ecto" (version 3.5.5) because` ` ecto_sql (version 3.5.3) requires ~> 3.5.0` ` phoenix_ecto (version 4.2.1) requires ~> 3.0` ` sqlite_ecto (versions 1.0.0 to 1.0.2) requires ~> 1.0` ` mix.lock specifies 3.5.5` `** (Mix) Hex dependency resolution failed, change the version requirements of your dependencies or unlock them (by using mix deps.update or mix deps.unlock). If you are unable to resolve the conflicts you can try overriding with {:dependency, "~> 1.0", override: true}`