|
1 | 1 | #Golang CRUD RESTful API with SQLC and PostgreSQL
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 | This article will teach you how to build a CRUD RESTful API in Golang that runs on a Gonic Gonic framework and uses a PostgreSQL database. Also, you will learn how to generate the CRUD Functions and Structs with SQLC. We will run the database migration with the Golang migrate library.
|
6 | 4 |
|
| 5 | + |
| 6 | + |
7 | 7 | ##Topics Covered
|
8 | 8 |
|
9 | 9 | - Setup and Run PostgreSQL with Docker and Docker-compose
|
|