wpcodevo / golang-postgresql-api

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.

Home Page:https://codevoweb.com/api-golang-postgresql-sqlc-gin-gonic-project-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wpcodevo/golang-postgresql-api Watchers