MyDB icon indicating copy to clipboard operation
MyDB copied to clipboard

A toy example of database by C++

MyDB

This is the project for the Database Course by Zhengxiao Du and Yifan Wu, Fall 2018, Tsinghua University

Dependencies

  • bison and flex
  • CMake >= 3.12
  • gcc

Environment

Tested on MacOS Mojave 10.14.2, with Apple LLVM version 10.0.0.

Build

mkdir build && cd build
cmake .. && make
cd src   # the executive name is 'MyDB'