Dolt is a version-controlled SQL database that’s designed for teams and workflows where the history of data matters as much as the current state.
It lets users manage relational tables with familiar database tools while also keeping a detailed record of changes, making it useful for collaborative datasets, reproducible data pipelines, audit trails, and data-sharing projects.
This is free and open source software.
Key Features
- Provides Git-style commands for data, including init, status, add, diff, commit, branch, merge, clone, fetch, pull, and push.
- Runs as a MySQL-compatible database server for use with existing MySQL clients and tools.
- Exposes version control functionality through SQL system tables, functions, and procedures.
- Supports schema changes, table imports, table exports, and SQL queries from the command line.
- Includes facilities for viewing row-level history and identifying who changed data over time.
- Supports remotes for sharing and synchronizing Dolt databases.
Website: github.com/dolthub/dolt
Support:
Developer: DoltHub
License: Apache License 2.0
Dolt is written in Go. Learn Go with our recommended free books and free tutorials.
Related Software
| Relational Databases | |
|---|---|
| MariaDB | High compatibility with MySQL, ensuring drop-in replacement capability |
| PostgreSQL | Award winning Object-relational database management system |
| MySQL | Multithreaded, multi-user SQL database management system |
| SQLite | Embeddable SQL Database Engine |
| TiDB | Cloud-native, distributed SQL database |
| DuckDB | In-process SQL OLAP database management system |
| Turso | In-process relational database engine |
| YugabyteDB | PostgreSQL-compatible distributed SQL database |
| rqlite | Distributed database built on SQLite |
| MonetDB | High performance relational database system for analytics |
| Dolt | Version-controlled SQL database |
| Firebird | Relational database offering many ANSI SQL features |
| H2 | Relational database management system written in Java |
| HSQLDB | JDBC interface, client-server version, query tool, grid and more |
| CUBRID | Database engine with built-in enterprise grade features |
| Apache Cloudberry | Massively parallel processing database |
| Virtuoso | Data Management with Web Application Server and Web Services |
| Apache Derby | Full-featured relational database implemented entirely in Java |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.