The aim of the project is to create a database engine using bash and linux commands
- ability to add new database
- ability to add new table
- ability to add new columns
- ability to append new record
- ability to edit record base on id
- abilty to delete reecord
- ability to search for a record by id
- ability to delete table and database
- ability to view table
- ability to view all dbs
- ability to describe table
- shell script
- run DatabaseEngine.sh