1 repository
Hooks into the database file system layer to monitor page-level changes without modifying the engine.
Distinct from SQLite Databases: Distinct from SQLite Databases: focuses on file system hooking rather than the database engine itself.
Explore 1 awesome GitHub repository matching data & databases · VFS Interception. 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
Hooks into the database file system layer to capture page-level changes for real-time replication.