Dolt is not Git for data.
Git take existing files, and allow you to version them.
Git for data would take existing tables or rows, and allow you to version them.
A uniform, drop in, open source way to have an history or row, merge them, restore them, etc. that works for Postgres, Mysql or Oracle in the same way. And is compatible with migrations.
You can have an history if you use big table or couchdb, not need for Dolt if it's about using a specific product.
replies(1):