The Project aim to develop DBMS, that will enable users to store and retrieve the data from Hard-disk.
The Application will be CLI Menu based app, that will provide to user this Menu items:
- Create Database
- List Databases
- Connect To Databases
- Drop Database
Upon user Connect to Specific Database, there will be new Screen with this Menu:
- Create Table
- List Tables
- Drop Table
- Insert into Table
- Select From Table - Select All Columns - Select Specific Column - Select From Line to Line - Back to Table menu
- Delete From Table - Delete All columns - Delete line - Delete From Line to Line
- Update Table
- Back to Main menu
Run this command in terminal in clone path :
./main.sh