Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
Cost / License
- Free
- Open Source (Apache-2.0)
Platforms
- Linux
- Windows
- Mac
Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
VersionSQL checks your database code into source control from within SQL Server Management Studio.




A SQLite fork that replaces the B-tree storage engine with a content-addressed prolly tree, giving Git-like version control on a SQL database. The parser, planner, and VDBE stay upstream-derived above SQLite's btree.