Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 698 Bytes

File metadata and controls

44 lines (21 loc) · 698 Bytes

Bash Shell Script Database Management System (DBMS):

The Project aim to develop DBMS, that will enable users to store and retrieve the data from Hard-disk.

The Project Features:

The Application will be CLI Menu based app, that will provide to user this Menu items:

Main Menu:

  • Create Database

  • List Databases

  • Connect To Databases

  • Drop Database


Upon user Connect to Specific Database, there will be new Screen with this Menu:

Database Menu:

  • Create Table

  • List Tables

  • Drop Table

  • Insert into Table

  • Select From Table

  • Delete From Table

  • Update Table


!The Database will store as Directory on Current Script File