- Bash Shell Script Database Management System (DBMS) Project Description
- The Project aims to develop a DBMS, that will enable users to store and retrieve data from Hard-disk.
- The Application will be CLI Menu based, that will provide to user this Menu items in order to dealing with database and it's tables.
In order to dealing with database tasks such as:
- Create Database
- List Databases
- Connect To Databases
- Drop Database
when user Connect to Specific Database, there will be new Screen with this Menu in order to dealing with the selected DB:
In order to dealing with database tasks such as:
- Create Table
- List Tables
- Drop Table
- Insert into Table
- Select From Table
- Delete From Table
- Update Table