This is a short article meant to teach you the basics of using MySQL with Golang. Introduction I expect you to know the basics of working with databases, this includes setting up a local MySQL database instance as well as knowing the basics of the SQL language. Creating our project We start by simply…