dolt
Dolt is a distributed SQL database that combines a relational SQL engine with Git-like version control for data. Developed by Dolthub, it enables teams to track changes to tables and schemas over time, create branches for experiments, and merge updates from multiple contributors while preserving a complete history of the dataset.
Data is stored as commits in a graph that records both data and metadata. Each commit captures
Interface: Dolt provides a SQL interface, typically through a MySQL-compatible protocol. Users can run queries against
Use cases: Dolt is intended for data collaboration, reproducible research, and auditing data pipelines. Its version
Limitations and scope: While Dolt provides SQL access and Git-like data versioning, it is not a drop-in