YasmineEl-shahat / DBMS-Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataBase Management System In this project we build a DBMS using Bash Script

Run the project

  1. Open your terminal in home directory and write a command (git init) to initialize repository
  2. clone project package to your home directory (make sure the "DBMS-Bash" directory at your home directory)
  3. Go to insid the "DBMS-Bash" directory by write the command --> (cd DBMS-Bash)
  4. Run the mainScript at your terminal by --> ( ./main-menu.sh ) to apply any dataBase operation

After running the project

The main menu will displayed in your terminal and you have all options of dataBase

Welcom To Main Menu Of DataBase

1) Create DataBase
2) Drop DataBase
3) connect DataBase
4) list DataBases
5) Create Table
6) Update Table
7) Exit
1) This option enable you to create a database 
2) This option enable you to delete selected database
3) This option enable you to do other operations on the tables in a specific dataBase
1) list tables
2) Create Table
3) Delete Table
4) update Table
5) insert into Table
6) select
 
4) This option display all DataBases in your server
5) This option enable you to create a table
 
6) This option enables you to modify on table
7) This option enable you to exit the program.

About


Languages

Language:Shell 100.0%