Connecting Go (Golang) to MySQL and PostgreSQL
Requirements
- A Windows or Mac Computer
- Exposure to one form of a relational database (MySQL, PostgreSQL, or others)
- Can comfortably write code in Go
Description
In this practical course, you will learn how to connect the powerful Go language to two of the most popular relational databases, MySQL and PostgreSQL.
You will see a tour of SQL in both MySQL and PostgreSQL that will be an overview of the most used SQL statements such as select, insert, update, delete, join, and several others.
You will also learn how to install MySQL, PostgreSQL, the Go compiler, and Visual Studio Code on Windows.
Who is the target audience?
-
Anyone who has previously used one form of a relational database and also can comfortably write code in Go