Skip to content

HosHaggag/DBMS-myhaggag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myhaggag DBMS Project using Bash Scripting

Project Description

This project is a simple DBMS using Bash Scripting. It is a simple DBMS that can create, delete, insert, update, select, and drop tables. It also can create, delete, and update databases.

Project Structure

The project consists of 3 main files:

  1. main.sh: This is the main file that contains the main menu of the DBMS.
  2. /database: This directory contains the files that are related to the databases.
  3. /table: This directory contains the files that are related to the tables.

How to run the project

  1. Clone the project to your local machine.
  2. Open the terminal and navigate to the project directory.
  3. Run the command
$ chmod +x setup.sh
$ sudo ./setup.sh

to setup the project.

  1. Run the command
$ myhaggag

to run the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages