A simple relational database management system
This project uses CMake. To build daleiDB, enter project root directory and execute
mkdir build
cd build
cmake ..
make
Currently this project does not produce any useful library or executable because it is still under construction. But you may run tests with
make test