# MyDB **Repository Path**: fool-bird/MyDB ## Basic Information - **Project Name**: MyDB - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-30 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```bash mkdir build && cd build cmake .. && make cd src # the executive name is 'MyDB' ```