Skip to content

ayaabdo/DBMS-Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Project Description

Database Management System using Bash scripting with very simple GUI.. In this simple DBMS you will be able to do the following :

1) Database Level:

1- Create Database
2- Open DataBase
3- Drop Database
4- List Database
5- Exit

2) Table Level:

1- List All Tables
2- Open Certain Table
3- Drop Table
4- Back To DB Menu
5- Exit

3) Record Level:

1- Show table
2- Insert New Record
3- Delete Record
4- Update Certain Cell
5- Back to Tables Menu
6- Exit

General Instructions

If you are in Show table or List All Tables options .. to press Ok .. you need to press Tab first and then press Ok.

DBMS will prevent you to do the following:

1- Enter (0) in the primary key field.
2- Enter dublicate primary key.
3- Insert DB name or Table name that you already exists (Ex: Two DBs with the same name).

image

About

Database Management System using Bash scripting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages