#litefs 0.4.0 for distributed #sqlite is out, and I’m really looking forward to trying it out! https://community.fly.io/t/litefs-v0-4-0-released/12278
LiteFS v0.4.0 Released
We’ve just released a new version of LiteFS! If you haven’t seen LiteFS before, it’s a distributed file system for automatically replicating SQLite databases around world. It’s great for read-heavy applications that need low latency. This release focused on making LiteFS-based applications easier to run by making LiteFS more transparent. Improving request redirection Previously, your application needed to handle write request redirection and track consistency between requests so users could r...