5 ms·
Oh, maybe I am behind on this “future litestream” that “redirects writes”. I only knew of the ability to sync/backup/restore. Do you have a link to something di
by cromd 4y ago
Oh, maybe I am behind on this “future litestream” that “redirects writes”. I only knew of the ability to sync/backup/restore. Do you have a link to something discussing those other features?
- ankraft 4y agoIt doesn’t redirect writes but you can create read-only replicas: https://github.com/benbjohnson/litestream-read-replica-example https://github.com/benbjohnson/litestream-read-replica-examp...
- KingOfCoders 4y ago"adding feature" https://fly.io/blog/all-in-on-sqlite-litestream/ https://fly.io/blog/all-in-on-sqlite-litestream/ "The upcoming release of Litestream will let you live-replicate SQLite directly between databases, which means you can set up a write-leader database with distributed read replicas. Read replicas can catch writes and redirect them to the leader"