awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • benbjohnson/litestreambenbjohnson 的头像

    benbjohnson/litestream

    13,240在 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
    在 GitHub 上查看↗13,240
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Embedded Databases
  6. SQLite Databases
  7. VFS Interception