mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-02 03:10:42 -05:00
5025a45b0b
NBS is stable enough that we've made it the default store for command line tools, and the go-to store for tests that require temporary, but persistent, storage. We intend to remove support for LevelDB-backed chunk storage completely ASAP. This patch removes all usage of LevelDBStore from noms.git, but doesn't remove LevelDBStore _just_ yet as there are still some dependencies on it elsewhere. Toward #3127
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