At DoltHub we are building the world’s first version-controlled SQL database, Dolt 1 . Dolt is built from the ground up to support branching, diffing, and merging. It stores table data in a content-addressed Merkle tree, like Git does for source code repositories. It operates exactly like a SQL database, but the entire database value supports familiar Git primitives, including diff, branch, and…