How to Install whitedb in Ubuntu 18.04



Install whitedb by entering the following commands in the terminal:

sudo apt update
sudo apt install whitedb

Description:

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.

Homepage: http://whitedb.org/

Version: 0.7.3-4

Section: universe/database