Show HN: DoltgreSQL – Version-Controlled Database, Like Git and PostgreSQL

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. dolt

    Dolt – Git for Data

    We don't really compete with Flyway and Bytebase. Schema migrations are but one aspect of a versioned database. We version everything, from the schema to the data. You can read more here:

    https://www.dolthub.com/blog/2022-08-04-database-versioning/

    A lot of products have come out that attempt to tackle schema versioning, but none have tackled data versioning before Dolt (https://github.com/dolthub/dolt). In addition, our database isn't forked, it's a full, bespoke solution that can operate as a drop-in replacement for MySQL (Dolt) or PostgreSQL (DoltgreSQL). It's honestly quite exciting technology, so definitely feel free to ask any more questions if you're curious to learn more!

    Here is a link to a few use cases as well:

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. doltgresql

    DoltgreSQL - Version Controlled PostgreSQL

  4. sirdb

    :man: a simple, git diffable JSON database on yer filesystem. By the power of NodeJS

    Interesting. I've been investigating a DIY file-system based database in JSON that uses git to version it: https://github.com/dosyago/sirdb

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts