|
|
|
|
|
by esafak
966 days ago
|
|
Can people who use Dolt explain their use case? Dolt competes with Flyway and Bytebase, but it requires you to run their forked database? Schema migration is unpleasant and not something I can imagine doing willy-nilly like a git commit. |
|
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: https://www.dolthub.com/blog/2022-07-11-dolt-case-studies/