Skip to content

Latest commit

 

History

History
executable file
·
35 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
35 lines (28 loc) · 1.07 KB

bash_dbengine

Open Source Love svg2 made-with-bash

A simple bash database engine that's built using whiptail as a TUI. The extension used for the database files is ".beng" and for the tables the extension is ".tbeng", the main directory for this project is created at ~/DBeng

Preview:

[DBeng preview]

Installing whiptail:

sudo apt-get update -y && sudo apt-get install -y whiptail

Supported operations:

1-Database creation
2-Database listing
3-Databasse deletion
4-Table creation
5-Table listing
6-Table deletion
7-Table row modification
8-Table row deletion

*This project was made by CPD track students at ITI intake number 40.

*You can read more about whiptail here:

https://linux.die.net/man/1/whiptail
https://en.wikibooks.org/wiki/Bash_Shell_Scripting/Whiptail