1 مستودع
Background processes for streaming database changes to remote storage.
Distinct from SQLite Integration: Distinct from SQLite Integration: focuses on the background replication process rather than general database access.
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
Streams database changes to remote cloud storage for real-time backups and point-in-time recovery.