https://github.com/gogoasa-c/emulated-database
Emulated simplist database for storing information concerning books written entirely in unix shell script, running in the terminal.
https://github.com/gogoasa-c/emulated-database
cli database unix-shell
Last synced: 2 months ago
JSON representation
Emulated simplist database for storing information concerning books written entirely in unix shell script, running in the terminal.
- Host: GitHub
- URL: https://github.com/gogoasa-c/emulated-database
- Owner: gogoasa-c
- Created: 2022-09-17T08:39:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T18:04:58.000Z (over 3 years ago)
- Last Synced: 2025-04-08T18:52:21.665Z (about 1 year ago)
- Topics: cli, database, unix-shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emulated Database
Emulated simplist database for storing books written entirely in unix shell script, running in the terminal, storing the data for the books in the [baza_date.txt](baza_date.txt) file.
## Functionality
The program allows for the user to add entries, view all of the entires, search for entries, update them, and delete them through the menu that presents the user with the 5 options upon running the script:
* Add
* View
* Search
* Update
* Delete
The Add, Search, Update, and Delete are all followed up by appropriate prompts for the user to respond to, such as when using the Add command, the user is prompted to give the book an ID, a name, an author, a publishing house, and a price. Afterwards, the user is asked if they would like to add any more items.
## Authors
- [@gogoasa-c](https://www.github.com/gogoasa-c)
- [@Brescar](https://www.github.com/Brescar)