Files
sqlite3/litestream

Litestream lightweight read-replicas

This package implements the EXPERIMENTAL "litestream" SQLite VFS that offers Litestream lightweight read-replicas.

See the example for how to use.

To improve performance, increase PollInterval (and MinLevel) as much as you can, and set PRAGMA cache_size=N (or use _pragma=cache_size(N)).