Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 379 Bytes

Golang MySQL Database Manager

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

Operations

  1. Print all users
  2. Add a new user (Required inputs: username, password)
  3. Delete a user (Required inputs: userId)
  4. Update a user information (Required inputs: userId)