Search⌘ K
AI Features

Exercise 2: Working with REST APIs

Explore how to modify Go code to support SQLite in place of PostgreSQL within RESTful API development. Learn to adjust SQL schema and client code, and run database operations using Go in a practical playground environment.

We'll cover the following...

Let’s practice what we’ve learned so far. The solution to this exercise will be provided ...