Skip to content

ShankyTiwari/connecting-golang-app-to-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connecting-golang-app-to-mysql

How to connect and use MySql as databse with GO lang.

Installtion

Below command will Install all the dependencies recursively.

go get -d ./...

Starting the GO server

Use the below command to create executable and the run executable.

go build