Skip to content

Walsync

Lightweight SQLite WAL sync to S3 in Rust. Sync multiple databases with one process. Super fast sync, snapshot, and replay.

Terminal window
cargo install walsync
# or
pip install walsync
Terminal window
walsync snapshot mydb.db --bucket my-bucket
walsync watch mydb.db --bucket my-bucket
walsync restore mydb.db --bucket my-bucket -o restored.db