Dolt (formerly [Noms](https://github.com/attic-labs/noms/blob/master/README.md)) is an [[Apache v2]] licensed versioned SQL database written in [[Go]]. - [Website](https://www.dolthub.com/) - [Source](https://github.com/dolthub/dolt) - [Documentation](https://docs.dolthub.com/) - AlternativeTo > Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository. Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes. > > All the commands you know for Git work exactly the same for Dolt. Git versions files, Dolt versions tables. It's like Git and MySQL had a baby. \- Official Github [Readme](https://github.com/dolthub/dolt/blob/main/README.md) # Notability [Dolt](https://github.com/dolthub/dolt) (formerly [Noms](https://github.com/attic-labs/noms/blob/master/README.md)) is a database that allows git-like operations on data. # Philosophy ## Monetization Dolt and its features remain free, but there are also enterprise support and cloud hosting options on the site. # Platform Support # Features # Tips # References