All Tools
D
DataFreemiumOpen Source
DOLT
Git for Data — version-controlled SQL database
Apache-2.0
ABOUT
Dolt solves the data versioning problem by combining a MySQL-compatible SQL database with Git-like version control — commit, branch, merge, diff, and push datasets just like code. Instead of managing data changes through manual exports, timestamped snapshots, or complex migration scripts, teams track every change, collaborate on datasets, and roll back to any point in history.
INSTALL
brew install doltINTEGRATION GUIDE
1. Track every change to a dataset with full Git-style commit history and rollback to any revision
2. Branch a production database to experiment with schema changes or data transformations safely
3. Collaborate on curated datasets by pushing and pulling database changes across team members
4. Diff two database snapshots to see exactly what data changed between deployments or time periods
5. Use Dolt as a version-controlled data store for AI agent memory and state management
TAGS
version-controldatabasesqldata-versioningcollaborationgit