Simple Database C++ Engine
Homework project for Coders School. Training.
Main Code: Piotr K (https://github.com/piotrku91, piotrq.eu)
Function tokenize() from our another project: Piotr R (https://github.com/Rogal255)
https://www.youtube.com/watch?v=JFIHc3mh8-E
Type:
cd build
cmake ..
make
./university-db (for app)
ctest -V (for tests)