This project is an experiment over building key value storage on macOS platform going completely natively using macOS capabilities.
To embark on this exciting journey, make sure you have the following software installed on your machine:
Building the project is a simple. Run this single command:
mkdir build
cd build
cmake ..
cmake --build .
./Storage.app/Contents/MacOS/Storage