Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 440 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 440 Bytes

MiniSQL

A simple SQL engine, as a course project in "Database Design" course at Zhejiang Univ.

Build

clang++ -std=c++17 **/*.cpp -o main

Run

./main

Example

Send POST request tp port 3306 with SQL command in request body.

You can use our MiniSQL Client to send query.