Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 522 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 522 Bytes

EngineX

Simple Database Engine Using Bash Script

About the project

EngineX allows the user to:

  • Create databases.
  • List existing databases.
  • Create table.
  • Insert into table.
  • Delete from table.
  • Select All from table.
  • List existing tables.

Getting started

Project was created with:

  • Bash Scripting.

Installation

$ git clone https://github.com/AhmedAdelFahim/EngineX.git

After you clone the project follow the next steps:

$ mkdir EngineX/database
$ cd EngineX/EngineX
$ ./main.sh