Skip to content

MMoghazy/Simulated-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulated-SQL

Simulating some queries of SQL using BASH scripts

A bash project that simulate the MySQL database and do the following: There is a main script called main.sh When A user run it the screen will be cleared and ask for the below entry and need to be selected by it’s number Each one will run a specific script.

  1. Create Database user.
  2. Delete Database User.
  3. Create new Database.
  4. Delete an existing Database.
  5. Create A new Table inside Database
  6. Insert A New Row in a Table
  7. Select Data from Table
  8. Update Data in the table

About

Simulating some queries of SQL using BASH scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages