Skip to content

AhmedAdelFahim/EngineX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple Database Engine Using Bash Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages