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

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

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

数据库版本控制系统

排名更新于 2026年6月30日

For 为数据库提供 Git 风格的分支管理, the strongest matches are dolthub/dolt (Dolt is a version-controlled SQL database that lets you), attic-labs/noms (Noms is a distributed version-controlled database that uses immutable) and neondatabase/neon (Neon is a PostgreSQL database with branching for instant). Each is ranked by relevance to your query, popularity and recent activity.

像 Git 仓库一样支持数据库模式和数据进行分支、合并和版本控制的工具。

数据库版本控制系统

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

    dolthub/dolt

    23,592在 GitHub 上查看↗

    Dolt is a relational database engine that integrates version control directly into the database management layer. It functions as a version-controlled SQL database that tracks every row and schema change using a commit-based history, allowing users to branch, merge, and audit data modifications. By implementing a wire-protocol-compatible server, the system enables standard SQL clients and tools to interact with versioned data as if they were connecting to a traditional relational database. The platform distinguishes itself by applying repository-style workflows to data management, including s

    Dolt is a version-controlled SQL database that lets you branch, merge, and track every row and schema change with Git-like commands and a commit history, and it is self-hostable and SQL-compatible — exactly the kind of tool you are looking for.

    GoData VersioningSchema Comparison ToolsDatabase Versioning
    在 GitHub 上查看↗23,592
  • attic-labs/nomsattic-labs 的头像

    attic-labs/noms

    7,422在 GitHub 上查看↗

    Noms is a distributed version control database and content-addressable data store. It identifies data by cryptographic hashes to ensure integrity and deduplication, while tracking dataset state changes through a sequence of immutable commits to enable branching, forking, and historical recovery. The system functions as a peer-to-peer data synchronizer, reconciling state between disconnected database instances to ensure all nodes converge on the same data. It distinguishes itself as a schema-flexible document store that supports self-describing types, allowing schemas to evolve and widen as ne

    Noms is a distributed version-controlled database that uses immutable commits, cryptographic hashing, branching, and merging exactly like Git, and it supports querying via GraphQL and self-hosting, making it a direct fit for version-controlled database needs.

    GoDatabase Versioning
    在 GitHub 上查看↗7,422
  • neondatabase/neonneondatabase 的头像

    neondatabase/neon

    22,251在 GitHub 上查看↗

    Neon is a serverless PostgreSQL database platform designed with a decoupled storage and compute architecture. It functions as a multi-tenant system that isolates data and compute resources for independent users on shared cloud infrastructure, utilizing a specialized PostgreSQL storage engine. The platform features a database branching system that allows for the creation of isolated, instant copies of a database for testing and development. It further distinguishes itself with an HTTP-based SQL gateway, enabling the execution of queries via HTTP requests and JSON responses without the need for

    Neon is a PostgreSQL database with branching for instant isolated copies, making it a version-controlled database, but it does not provide merging, commit history, or the Git-like CLI workflow the search is after.

    RustServerless DatabasesStorage-Compute ArchitecturesAutoscaling Systems
    在 GitHub 上查看↗22,251

Related searches

  • 通过重写 Git 学习版本控制原理
  • 数据库架构版本控制工具
  • 机器学习数据版本控制系统
  • 用于浏览和管理 git 仓库的 GUI 客户端
  • a version control system for software development
  • Git 与版本控制工具
  • 基于 Git 的内容 CMS
  • a database migration tool for Go