Skip to content

A simple SQL Engine (DBMS), as a course project in "Database Design" course at Zhejiang University.

Notifications You must be signed in to change notification settings

yuaanlin/minisql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple SQL Engine (DBMS), as a course project in "Database Design" course at Zhejiang University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages