Skip to content

Commit 74f6246

Browse files
authored
Update readMe.md
1 parent a04cfaa commit 74f6246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# How to Setup SQLC CRUD API with Golang and Gin Gonic
22

3-
![How to Setup SQLC CRUD API with Golang and Gin Gonic](https://codevoweb.com/wp-content/uploads/2022/06/How-to-Setup-SQLC-CRUD-API-with-Golang-and-Gin-Gonic.webp)
4-
53
This article will teach you how to set up a SQLC API project with Golang, standard Database/SQL package, Gin Gonic, PostgreSQL, Golang-migrate, and Docker-compose. You will also learn how to generate Golang database CRUD functions and Structs with the SQLC compiler. The SQLC Golang API will use a PostgreSQL database and run on the Gin Gonic HTTP server. We will use the Golang-migrate package to push the SQL schema to the database.
64

5+
![How to Setup SQLC CRUD API with Golang and Gin Gonic](https://codevoweb.com/wp-content/uploads/2022/06/How-to-Setup-SQLC-CRUD-API-with-Golang-and-Gin-Gonic.webp)
6+
77
## Topics Covered
88

99
- How to Setup Golang with PostgreSQL

0 commit comments

Comments
 (0)