Files
dolt/samples/go/hr
Mike Gray b6f19dfea5 number encoding (#1845)
Moved to encoding Values of type Number as 2 varints.
2016-07-11 12:08:56 -07:00
..
2016-07-11 12:08:56 -07:00
2016-07-11 12:08:56 -07:00
2016-07-11 12:08:56 -07:00
2016-06-13 11:03:39 -07:00

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