rbcrtest
QDBM Database Libraries for Ruby
Install
- All systems
-
curl cmd.cat/rbcrtest.sh
- Debian
-
apt-get install ruby-qdbm - Ubuntu
-
apt-get install ruby-qdbm - Kali Linux
-
apt-get install ruby-qdbm - Fedora
-
dnf install ruby-qdbm - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ruby-qdbm - Raspbian
-
apt-get install ruby-qdbm
ruby-qdbm
QDBM Database Libraries for Ruby
QDBM is an embedded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This package provides the Ruby interface for the QDBM database library.