Dolt - Git for Data. The only version-controlled SQL database

by•
Dolt is a version-controlled SQL database for AI agents and developers. Think Git and MySQL had a baby: every database change can be committed, branched, diffed, merged, pushed, and pulled. Agents can work on isolated branches, review database changes before they reach production, and roll back mistakes with a complete history of both data and schema. Dolt is open source and MySQL-compatible, with related projects for SQLite (DoltLite), PostgreSQL (Doltgres), and MongoDB workflows (DumboDB).

Add a comment

Replies

Best
Maker
šŸ“Œ
"You would never let a coding agent write your code if it wasn't in Git. Why would you let an agent write to your database without version control?" — Tim Sehn, CEO of DoltHub Dolt and DoltHub aim to solve the lack of Git-style version control for relational data. Traditional SQL databases track the current state of data but do not track history, allow branching or merging, or provide clean diffs. DoltHub provides a hosting platform for humans and agents who collaborate on, diff, and merge live databases, just as developers work with code on GitHub.