Walsync
Lightweight SQLite WAL sync to S3 in Rust. Sync multiple databases with one process. Super fast sync, snapshot, and replay.
Quick Install
Section titled “Quick Install”cargo install walsync# orpip install walsyncQuick Start
Section titled “Quick Start”walsync snapshot mydb.db --bucket my-bucketwalsync watch mydb.db --bucket my-bucketwalsync restore mydb.db --bucket my-bucket -o restored.db