Ben Johnson d4891f33da Refactor DB.checkpoint() to accept any mode.
This was originally meant to add a TRUNCATE checkpoint before starting
a new generation, however, there is a write lock that blocks the
checkpoint and it's more complicated to roll it back and attempt the
truncation.
2020-12-29 17:02:33 -07:00
2020-12-29 13:44:58 -07:00
2020-12-29 13:44:58 -07:00
2020-12-17 15:15:01 -07:00
2020-11-06 08:40:50 -07:00
2020-12-29 12:56:50 -07:00
2020-12-19 08:56:44 -07:00
2020-12-29 16:40:28 -07:00

litestream

Streaming replication for SQLite.

Questions

  • How to avoid WAL checkpointing on close?

Notes

-- Disable autocheckpointing.
PRAGMA wal_autocheckpoint = 0
Description
Streaming replication for SQLite.
Readme 1.4 MiB
Languages
Go 98.8%
Makefile 0.5%
Python 0.3%
Dockerfile 0.2%
PowerShell 0.1%