awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Sistemas de control de versiones para bases de datos

Clasificación actualizada el 30 jun 2026

For branching estilo Git para mi base de datos, 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.

Herramientas que permiten ramificación, fusión y control de versiones para esquemas de bases de datos y datos, al estilo de los repositorios Git.

Sistemas de control de versiones para bases de datos

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dolthub/doltAvatar de dolthub

    dolthub/dolt

    23,592Ver en 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
    Ver en GitHub↗23,592
  • attic-labs/nomsAvatar de attic-labs

    attic-labs/noms

    7,422Ver en 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
    Ver en GitHub↗7,422
  • neondatabase/neonAvatar de neondatabase

    neondatabase/neon

    22,251Ver en 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
    Ver en GitHub↗22,251

Related searches

  • proyecto para aprender Git reimplementándolo
  • una herramienta para versionar el esquema de mi base de datos
  • sistema de control de versiones para datos de ML
  • un cliente GUI para explorar y gestionar repositorios git
  • a version control system for software development
  • Git y herramientas de control de versiones
  • CMS de contenido basado en Git
  • a database migration tool for Go