Previously when worked mostly in Ruby
I used Rails
framework with SQLite
for development and MariaDB
or PostgreSQL
in production.
Now I’m focused on Elixir
and I’m using Phoenix
with PostgreSQL
. Unfortunately there is no SQLite
3 support for latest ecto
library releases.