the premise of litestack is that you don't need to scale horizontally, because you can run a single server with 192cores which should be more than enough compute for most apps.
Your app will have low latency (no networking between db and code) and will generally be simpler, but you’ll never be able to guarantee higher nines of availability because you’ll eventually have to reboot that one server…
Distributed sqlite is a headache, better to use MongoDB instead 😂
