Skip to content

A simple Database Management System using bash shell scripting that handles all CRUD operations.

Notifications You must be signed in to change notification settings

mahmoudmohamed22/DBMS-BashScript

Repository files navigation

DBMS-BashScript

Description

It is a simple database engine project to make simple operations with databases and tables.

Digram

Bash Project Digram offical

Way of Storing Data

Way of Save Database Engine

DataBase Menu

  • Create DataBase
  • List Databases
  • Drop Database
  • Connect to Database
  • Exit

Table Menu

  • Create Table
  • List Tables
  • Drop Table
  • Insert Data Into Table
  • Select Data From Table
  • Delete Data From Table
  • Update Data in Table
  • Return To Main Menu

Support Variables

  • Integer
  • String

Start Project

  • At first, clone the project
 https://github.com/mahmoudmohamed22/DBMS-BashScript.git
  • Then, start the project
  ./MainMenu.sh

About

A simple Database Management System using bash shell scripting that handles all CRUD operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages