Exercise 3: Working with REST APIs
Practice enhancing your Go REST API skills by adapting the restdb package to use MySQL instead of PostgreSQL. This lesson guides you through adjusting related files, setting up the database, and running the updated code to reinforce client-server API development.
We'll cover the following...
We'll cover the following...
Let’s practice what we’ve learned so far. The solution to this exercise will be provided in the next lesson.
Problem
Change the restdb package (restdb.go ...