GitXplorerGitXplorer
d

MyDB

public
22 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
7e355398e8be089e2674fbad0fb12211432a22dd

完成文档,加入readme

dduzx16 committed 6 years ago
Unverified
657846ca50f4c1f2af50d7f032458e8bdb34e023

完成文档,加入readme

dduzx16 committed 6 years ago
Unverified
207cac1f3b65bc753cd3800b5982eb53b4077038

Merge branch 'master' of https://github.com/duzx16/MyDB

dduzx16 committed 6 years ago
Unverified
b659e16bf4a06eff3d91ba5f9154d496c61d0742

增加结果条数的显示

dduzx16 committed 6 years ago
Unverified
3ff19ba633136e556616fc3a5ad63654f8ff5c2c

complete doc

committed 6 years ago
Unverified
8416b3e8caadba55a7622f625b27a3273aa6b7d7

完成查询处理模块的报告

dduzx16 committed 6 years ago

README

The README file for this repository.

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'