wgdb
lightweight NoSQL database library
Install
- All systems
-
curl cmd.cat/wgdb.sh
- Debian
-
apt-get install whitedb
- Ubuntu
-
apt-get install whitedb
- Arch Linux
-
pacman -S whitedb
- 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
- Dockerfile
- dockerfile.run/wgdb
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.