CSCE 4350.401 "Build a Database" project by: Haley Kang (hjk0056)
This simple database is designed to use SET and GET commands.
Compile/Run:
-
Navigate to directory.
-
Make sure the database file is within the directory and is titled "data.db".
-
To compile type: g++ main.cpp
-
To run compiled program type: .\a.exe
As per the instructions, the program requires a command in this form: SET GET EXIT
note: The program will continuously allow for input until it is a valid command.