Skip to content

MarwaEzzatMo/DBMS-ITI-Bash-script-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DBMS bash shell script

A simple Bash Shell Script Database Management System (DBMS)

Project Features:

The Application will be CLI Menu based app, that will provide to user this Menu items: Main Menu:

  • Create Database
  • List Databases
  • Connect To Databases
  • Drop Database
  • Exit from Databse

when 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
  • Delete From Table
  • Update Table
  • Return to main menu

Run :

To run DBMS just run the script in your terminal

chmod +x mainpage.sh
./mainpage.sh

Created by :

Omnia Osama Eladawy
Marwa Ezzat Mohamed

ITI intake 42

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages