Technology
Dolt
Git for data: a SQL database with version control, branching, and merging built into the storage engine.
Dolt is the first SQL database to implement Git-style versioning (clone, branch, merge) at the cell level. It uses the MySQL wire protocol: you connect with standard tools like DBeaver or the Python mysql-connector library. The storage engine relies on Prolly trees (a content-addressed B-tree variant) to enable instant diffs and structural sharing across branches. Use it to manage schema migrations via pull requests or rollback production errors using the dolt checkout command. It transforms static tables into collaborative, versioned assets.
1 project
·
1 city
Related technologies
Recent Talks & Demos
Showing 1-1 of 1