move to subfolder and reorg tests
adding a license
initial release
The Hare implementation of the Bitcask database from Basho.
There is also a CLI that comes packaged with this module. You can build or run it directly.
> hare run ./cmd/cli.ha -d /path/where/to/write/data/files
bitcask> put key1 testvalue
+OK
bitcask> get key1
testvalue
bitcask> del key1
+OK
bitcask> merge
+OK
bitcask> quit
The recommended name for this package is "hare-bitcask". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.
make install
git subtree -P vendor/hare-bitcask/ add https://git.sr.ht/~blainsmith/hare-bitcask main