A simple DBMS that implements a subset of std. SQL, for educational purposes only.
A course project for Database Systems, Zhejiang University, 2021.
>= C++14- CMake
- Boost
- GNU Readline (You may need to specify the paths of libraries to be linked in
CMakeLists.txt)
mkdir build && cd build
cmake ..
make- Authentication, data encryption
- Complete SQL grammar
- B+ Tree Indexing
- Web interface/API