/daleiDB

A simple relational database management system

Primary LanguageC++MIT LicenseMIT

daleiDB

A simple relational database management system

Build Status Build status codecov License: MIT

How to build

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