-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I'm not sure it solves any immediate problems for us, but I haven't put much or any thought into our database and how it will scale with out current approach of just bundling it in our fly.io deployment.
LiteFS is a distributed file system that transparently replicates SQLite databases. You can run your application like it’s running against a local on-disk SQLite database but behind the scenes the database is replicated to all the nodes in your cluster. With LiteFS, you can run your database right next to your application on the edge. You can run LiteFS anywhere!
Litestream is a streaming replication tool for SQLite databases. It runs as a separate background process and continuously copies write-ahead log pages from disk to one or more replicas. This asynchronous replication provides disaster recovery similar to what is available with database servers like Postgres or MySQL.