duzx16 / MyDB

A toy example of database by C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

A toy example of database by C++


Languages

Language:C++ 90.8%Language:Yacc 4.3%Language:C 1.9%Language:Lex 1.5%Language:CMake 1.4%Language:Shell 0.0%