Giter Club home page Giter Club logo

dbms-bash-scripting's Introduction

DBMS-Bash Scripting


Logo

DBMS-Bash Scripting

Implementing a databases management system using Bash Shell scripting
Explore the docs »

View Demo · Report Bug · Request Feature

CLI Main Menu

From the Main menu you can do the following :

  • Create Database
  • List Datebases
  • Connect Database
  • Drop Database

You must create at least one Database to Connect.

Connect Database Menu

After Creating a Database you can do the following :

  • Create Table
  • List Tables
  • Drop Table
  • Insert into Table
  • Select From Table
  • Delete From Table
  • Update Table
  • Export Table
  • Back to main menu
  • Exit

You must create at least one table to use these options, you get Error message if table not exist.

menu

Key Features

Create Table

  • You must enter number of columns
  • Add name for each column
  • Select data type for column
  • Choose one column as Primay Key (If You didn't choose by default last column will be the Primay Key)
create

Insert Row

  • You must enter data for Primary Key can not be empty
  • You must enter valid data as data type
  • You can leave non-primary column empty
insert

Select

  • Select All table
  • Select Column
  • Select Row by statment
select

Delete

  • Delete All table
  • Delete Column
  • Delete Rows by statment
delete

Update

  • Update Column
  • Update Rows by statment
update

Export as JSON Format

  • Export All
  • Export Column
  • Export Rows by statment
export

Exit

exit

Installation

Platform & tools

You should use any linux distribution (redhat, ubuntu,etc..)

Get the Code

Either clone this repository or fork it on GitHub and clone your fork:

git clone https://github.com/mustafaabdelbadea/DBMS-Bash-Scripting.git
cd DBMS-ShellScript

Running

  • Run the application

    chmod u+x ./dbms.sh
    chmod u+x ./colors.sh
    ./dbms.sh
    

Contact

Mustafa Abdelbadea - @mustafaabdelbadea - [email protected]
Adham Gaber - @AdhamGaber

Project Link: https://github.com/mustafaabdelbadea/DBMS-Bash-Scripting

dbms-bash-scripting's People

Contributors

mustafaabdelbadea avatar adhammgaber9 avatar

Stargazers

 avatar

Watchers

 avatar

dbms-bash-scripting's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.