Switch between SQLite and PostgreSQL based on MIX_ENV in Elixir Phoenix
I like the simplicity of SQLite for my local development; however when I deploy my app to a cloud platform like Gigalixir, Fly.io, etc, often PostgreSQL is preferred. I was wondering if I can switch between them based on MIX_ENV. Elixir version etc e...
Oct 17, 20212 min read115