This is a simple practice of Golang. It is a database manager that creates a users table and performs several operations based on the user input
- Print all users
- Add a new user (Required inputs: username, password)
- Delete a user (Required inputs: userId)
- Update a user information (Required inputs: userId)