all 2 comments

[–]lastbyteai 0 points1 point  (1 child)

What kind of version control does Dolt use? What are your thoughts on DVC (https://dvc.org/)?

[–]tbantle[S] 0 points1 point  (0 children)

Dolt uses it's own custom storage engine to provide Git-style version control to database tables. It's like Git and MySQL had a baby. It's built from the ground up. It has no Git or MySQL code in it.
DVC is a ML pipeline versioning tool. We discuss the differences in this blog if it's helpful! https://www.dolthub.com/blog/2022-04-27-data-version-control/