Skip to content

An implementation of SQL in Modern C++, complete with file operations, storage mechanisms, and basic SQL commands. Built using CMake and adhering to software engineering best practices. Dive in to see how SQL operations come to life in C++!

Notifications You must be signed in to change notification settings

TeachMeTW/SQL-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Report

Name: Robin Lee Simpson

Features:

  • Not Implemented:
    • Drop



  • Implemented:
    • SQL
    • Table
    • Parser



  • Partly implemented:
    • SQL write to file output



  • Bugs
    • Operator precidence



Reflections:

  • Very hard to debug
  • Watch for Shunting and RPN
  • Toggle the try catch in order to switch from int to string cmp



basic_test.cpp output:

img

testB.cpp output:

img

About

An implementation of SQL in Modern C++, complete with file operations, storage mechanisms, and basic SQL commands. Built using CMake and adhering to software engineering best practices. Dive in to see how SQL operations come to life in C++!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published