tcfmgr
A modern implementation of a DBM
Install
- All systems
-
curl cmd.cat/tcfmgr.sh
- Debian
-
apt-get install tokyocabinet-bin
- Ubuntu
-
apt-get install tokyocabinet-bin
- Kali Linux
-
apt-get install tokyocabinet-bin
- CentOS
-
yum install tokyocabinet
- Fedora
-
dnf install tokyocabinet
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tokyocabinet-bin
- Raspbian
-
apt-get install tokyocabinet-bin
- Dockerfile
- dockerfile.run/tcfmgr
tokyocabinet
A modern implementation of a DBM
tokyocabinet-bin
Tokyo Cabinet Database Utilities
Tokyo Cabinet is an efficient database library like GDBM and NDBM. It features hash database and B+ tree database and is developed as the successor of QDBM, for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This is the Tokyo Cabinet Database utilities package.