Skip to content

uturndata/sample_go_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

sample_go_webapp

This web app is a very simple application that will connect to a mysql DB and print out some DB information.

The DB connection string can set in either the config file, or as a system variable.

  • System Variable
    • export Connection_String="id:password@tcp(your-amazonaws-uri.com:3306)/dbname"
  • config.json
    • {"Connection_String": "id:password@tcp(your-amazonaws-uri.com:3306)/dbname"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages