A Zenity-based GUI database management tool for executing CRUD operations on databases and tables via a user-friendly interface.
- 🗃️ Create new databases
- 📄 List existing databases
- 🔌 Connect to databases
- 🗑️ Delete databases
- 📊 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
bash
(v4.0 or newer)zenity
(for GUI dialogs)- Linux-based OS (Tested on Ubuntu/Debian)
- Clone repository
git clone https://github.com/Belalnajy/bashproject.git
- Install dependencies
sudo apt-get install zenity
- Make script executable
chmod +x DBMS
Start the application:
./DBMS