1 Repo
Utilities for continuously streaming database changes to remote storage.
Distinct from SQLite Databases: Distinct from SQLite Databases: focuses on the replication process rather than the database engine itself.
Explore 1 awesome GitHub repository matching data & databases · Replication Tools. Refine with filters or upvote what's useful.
Litestream is a database backup utility that provides continuous, incremental replication for SQLite databases. It operates as a background process that monitors local database files and streams modifications to remote cloud storage, ensuring that off-site backups are maintained without manual intervention. The tool functions by intercepting the database file system layer to capture page-level changes and tailing the write-ahead log. This approach allows for real-time synchronization of transactions to various cloud object storage providers through a unified abstraction layer. Beyond continu
Continuously streams local database changes to remote cloud storage for real-time backup.