Silent-Wraith01
What databases are just as good as PostgreSQL for Phoenix Framework
What other databases work with Phoenix Framework besides PostgreSQL and I know about MySQL, MySQL lite, MongoDB.
Most Liked
dimitarvp
Yep, SQLite. Expect news on this forum about this.
Soon
.
ostap
SQLite.
If you decide to run it in production, enable WAL mode and Litestream.io for backups.
Can be convenient for single-node setups and side-projects because of no maintenance.
AstonJ
Many people will say just use Postgres, but MySQL/MariaDB are often used too. However if you’re asking this because of the problem in your dev environment on the computer you were given, then I would suggest considering reformatting it and starting from scratch so you can be sure everything is set-up correctly. Just be sure to back up all of you important files first and read up on it before starting.
Alternatively you may want to read up on some Elixir dev env set-up guides for Linux, I posted my macOS guide in your other thread: https://forum.elixirforum.com/t/how-to-set-up-elixir-dev-environment-on-linux/73708/7?u=astonj








