
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.
this package contains the development files (headers, static libraries).