Skip to content

dev81log/go-sql-driver-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asher_Duarte_mixed_elements_code__mysql__golang_3a525d5a-ad83-4f0a-868e-b03e67d51ffa (1)

Overview

This is a Go program that demonstrates basic CRUD operations on a MySQL database. It connects to a database, performs various queries, and displays the results.

Dependencies

Usage

  1. Run go get github.com/go-sql-driver/mysql to install the MySQL driver
  2. Run go run main.go to run the program
  3. Verify that the program is connected to the database and that the CRUD operations are working correctly

Note

Make sure to set the enviroment variables for DBUSER and DBPASS, also the IP and Port for the mysql server where the project will connect.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages