awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesVFS Interception

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.

Awesome VFS Interception GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • benbjohnson/litestreamAvatar benbjohnson

    benbjohnson/litestream

    13,240Vezi pe GitHub↗

    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.

    Goreplications3sqlite
    Vezi pe GitHub↗13,240
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Embedded Databases
  6. SQLite Databases
  7. VFS Interception