mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-05 16:15:41 -06:00
Employees database sample
This is a toy dataset that demonstrates merging values for two new columns back into a base dataset. It reproduces the walkthrough video here:
https://www.youtube.com/watch?v=Ru0qjqxJyww
Files
bootstrap.csvis the base dataset to importadd-start-date.csvadds start dates for all rows to the databaseadd-end-date.csvadds end dates for all rows to the database
Workflow
- Import
bootstrap.csv - Add a new row for Matt
- Create branches for each of
add-start-date.csvandadd-end-date.csv - On those branches, import the respective files to update the database
- Merge those changes back to master
See the script.sh file for details