leveldbutil
LevelDB is a fast key-value storage library written at Google
Install
- All systems
-
curl cmd.cat/leveldbutil.sh
- Arch Linux
-
pacman -S leveldb
- Fedora
-
dnf install leveldb
- OS X
-
brew install leveldb
- Dockerfile
- dockerfile.run/leveldbutil
leveldb
LevelDB is a fast key-value storage library written at Google
that provides an ordered mapping from string keys to string values.