It is command line tool to manage student database.The tool provides various options like Add, Delete, Update and List students. The data of the students is stored in a file in local machine.
- Clone this repo into your local directory using following command
git clone git@github.com:UtkarshM-hub/Go_Student_DB.git- Run following command
go mod download && go build .- This is the root command of the command line tool
- It displays the list of commands and the example of help command

- Gives information about the command
- For Example
student help AddCmdgives information about Add command
- This contains all the reamining commands like
Add,Del,UpdateandList - How to use each command is exaplanind in the following
- Add command-
student Add - List command-
student List - Update command-
student Update <INDEX_NUMBER> - Del command-
student Del <INDEX_NUMBER>
- Add command-
