From the webpage:
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 look like fun!
Not to mention being a reason to bump up to more memory. 😉