I don’t think the comparison is fair with regard to scaling.
Imagine this situation: you’d like to have 2 instances of your application running on two different machines, and you’d like to rollout updates with no downtime. It’s trivial with MySQL/Postgres, but it’s tricky with sqlite.
A lot of solutions don’t take into consideration “day 2” operations: mostly around no downtime upgrades.
A lot of solutions don’t take into consideration “day 2” operations: mostly around no downtime upgrades.