litestream
Developed by benbjohnson
Litestream is a standalone disaster recovery and streaming replication tool for SQLite. Running as a background process, it safely and incrementally replicates database changes to S3, S3-compatible storage, or local files. By communicating solely through the official SQLite API, it guarantees database integrity without corruption risks. It provides near real-time backup with minimal overhead, making it ideal for lightweight applications and edge deployments.
- Incremental streaming replication for near real-time disaster recovery
- Non-intrusive design interacting solely via SQLite API to prevent corruption
- Support for Amazon S3, SFTP, and S3-compatible object storage
- Lightweight background process with minimal performance impact on host applications
desktopweb