mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 02:58:53 -06:00
Since the head of each dataset can have an arbitrarily complex type, type accretion leads the Datasets map at the root of the DB to become very large. This type info isn't really very useful at that level either. So, get rid of it by making this map be from String -> Ref<Value>. Fixes #2869
HR
This is a small command line application that manages a very simple hypothetical hr database.
Usage
go build
./hr --ds /tmp/my-noms::hr add-person 42 Abigail Architect
./hr --ds /tmp/my-noms::hr add-person 43 Samuel "Chief Laser Operator"
./hr --ds /tmp/my-noms::hr list-persons