mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 14:09:13 +00:00
484 B
484 B
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)).