Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 402 Bytes

File metadata and controls

12 lines (6 loc) · 402 Bytes

go-mysql-radix-demo

Very simple demonstration of a Radix hosted api written in go accessing an Azure MySql service

Run locally

You need Go installed.

The DB_CONN environment variable must be set to a valid MySQL connection string, e.g. username:password@tcp(mysqlinstancename.mysql.database.azure.com:3306)/demo?tls=true

DB_CONN can be set in launch.json if you are using VS Code.