It is a simple database engine project to make simple operations with databases and tables.
- Create DataBase
- List Databases
- Drop Database
- Connect to Database
- Exit
- Create Table
- List Tables
- Drop Table
- Insert Data Into Table
- Select Data From Table
- Delete Data From Table
- Update Data in Table
- Return To Main Menu
- Integer
- String
- At first, clone the project
https://github.com/mahmoudmohamed22/DBMS-BashScript.git
- Then, start the project
./MainMenu.sh