FakeSQL
A Database...
How to use
# Install dependence
sudo apt-get install bison flex libboost-devIt is best to compile and install `libbson'
Now compile it..
# git clone
cd FakeSQL
mkdir build && cd build
# For Debug
cmake .. -DCMAKE_BUILD_TYPE=Debug
# For Release
cmake ..
make -j2