@@ -2,3 +2,16 @@ litestream
==========
Streaming replication for SQLite.
## Questions
- How to avoid WAL checkpointing on close?
## Notes
```sql
-- Disable autocheckpointing.
PRAGMA wal_autocheckpoint = 0
```
The note is not visible to the blocked user.