Bash script project "Database Management System (DBMS)" -ITI
Project Features:
The Application will be GUI Menu based app , that will provide to user this Menu items:
Main Menu:
Create Database
List Databases
Connect To Databases
Drop Database
Table Menu:
Create Table
List Tables
Drop Table
Insert into Table
Select From Table
Select All Columns
Select Specific Column
Select All Column with Where condition
Back to Table menu
Back to Main menu
Delete From Table
Update Table
Back to Main menu
Instruction to run the application:
Run this command in terminal in clone path :
. ./main.sh