dolthub / dolt

Dolt – Git for Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to export diffs as SQL

ethanblake4 opened this issue · comments

commented

We are exploring using Dolt as a replication layer for an existing MySQL database to track development changes. One thing that would be very helpful is the ability to export a diff between two commits as SQL, so we can create migrations from the changes we've made.

Sounds like a cool use case @ethanblake4. I'm assuming you're already using the Dolt->MySQL replication support. Let us know if you hit any issues with that or have any other questions or feedback for us. We're happy to help!