Skip to content

jimmyyzr/golang-mysql-db-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages