Skip to content

moelbanna-bot/bashproject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash Database Management System

A Zenity-based GUI database management tool for executing CRUD operations on databases and tables via a user-friendly interface.

CLI Database Management Zenity GUI

Table of Contents

Features

Database Operations

  • 🗃️ Create new databases
  • 📄 List existing databases
  • 🔌 Connect to databases
  • 🗑️ Delete databases

Table Operations (Within Connected Database)

  • 📊 Create tables with columns
  • 🗂️ List existing tables
  • 🗑️ Drop tables
  • ➕ Insert data into tables
  • 🔍 Select/Query data from tables
  • 🚮 Delete records from tables
  • ✏️ Update table records

Requirements

  • bash (v4.0 or newer)
  • zenity (for GUI dialogs)
  • Linux-based OS (Tested on Ubuntu/Debian)

Installation

  1. Clone repository
git clone https://github.com/Belalnajy/bashproject.git
  1. Install dependencies
sudo apt-get install zenity
  1. Make script executable
chmod +x DBMS

Usage

Start the application:

./DBMS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%