Skip to content

abdallahashraf22/DBMS_in_Bash_Script_Project

Repository files navigation

This is a DBMS Project made by Bash Shell Scripting

BashShell

Video Demo: https://youtu.be/-lEN98x4R7I

Description:

CS50 Final Project - DataBase Management System using Bash Shell Scripting and the unix Filesystem

Usage :

1. Clone the Project

git clone git@github.com:abdallahashraf22/DBMS_in_Bash_Script_Project.git

2. cd to it

cd DBMS-Project/

3. Run the my_dbms script

chmod +x *
./main.sh

Capabilities :

alt

1. Create DataBase

2. List DataBases

3. Connect to DataBase

1. Create table
2. List tables
3. Drop table
4. Insert into table
5. Select from table
    1. Select All Columns
    2. Select SPecific Columns
    3. Select Columns under a Condition
6. Delete from table
7. Update table

4. Drop DataBase

alt

alt

About

This is our project of creating a DBMS in bash script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages