Skip to content

ChaoticMaximoff/DBMS-Using-Bash-Shell-Scripting

Repository files navigation

DBMS-Using-Bash-Shell-Scripting

A simple databases management system (DBMS) using Bash Shell scripting with a graphical user interface using Zenity

The project's features

The application will provide to the user this menu:

Main menu:

  • Create database
  • List databases
  • Connect to database
  • Drop database

Upon connecting to a database, the user will be provided with this menu:

Tables menu:

  • Create table
  • List tables
  • Drop table
  • Insert into table
  • Select from table
  • Delete from table
  • Update table

Extra notes:

  • Available datatypes are "int" and "varchar"
  • The database will be stored as a directory in the current script's directory

Made by @ChaoticMaximoff & @AhmedMazenNn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages