Dolt is Git for Data

#64 · 🔥 332 · 💬 134 · one year ago · github.com · gjvc · 📷
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. Dolt Valid commands for dolt are init - Create an empty Dolt data repository. Migrate - Executes a database migration to use the latest Dolt data format. Read-tables - Fetch table(s) at a specific commit into a new dolt repo gc - Cleans up unreferenced data from the repository. Name "YOUR NAME" Navigate to the directory where you would like your data stored Dolt needs a place to store your databases. On the command line, Dolt commands map exactly to their Git equivalent with the targets being tables instead of files.
Dolt is Git for Data



Send Feedback | WebAssembly Version (beta)