wgdb

lightweight NoSQL database library

Install

All systems
curl cmd.cat/wgdb.sh
Debian Debian
apt-get install whitedb
Ubuntu
apt-get install whitedb
Arch Arch Linux
pacman -S whitedb
image/svg+xml Kali Linux
apt-get install whitedb
Windows (WSL2)
sudo apt-get update sudo apt-get install whitedb
OS X
brew install whitedb
Raspbian
apt-get install whitedb

whitedb

lightweight NoSQL database library

WhiteDB is a lightweight NoSQL database library written in C, operating fully in main memory. There is no server process. Data is read and written directly from/to shared memory, no sockets are used between WhiteDB and the application program.