GitHub / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpcodevo%2Fgolang-postgresql-api
PURL: pkg:github/wpcodevo/golang-postgresql-api
Stars: 40
Forks: 3
Open issues: 0
License: None
Language: Go
Size: 49.3 MB
Dependencies parsed at:
520
Created at: over 3 years ago
Updated at: 2 months ago
Pushed at: about 3 years ago
Last synced at: 2 months ago
Topics: gin, go, golang, jwt, postgresql
Funding Links https://github.com/sponsors/wpcodevo
- github.com/fsnotify/fsnotify v1.5.1
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.7.7
- github.com/go-playground/locales v0.13.0
- github.com/go-playground/universal-translator v0.17.0
- github.com/go-playground/validator/v10 v10.4.1
- github.com/golang-migrate/migrate v3.5.4+incompatible
- github.com/golang/protobuf v1.5.2
- github.com/google/uuid v1.3.0
- github.com/hashicorp/hcl v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/leodido/go-urn v1.2.0
- github.com/lib/pq v1.10.6
- github.com/magiconair/properties v1.8.6
- github.com/mattn/go-isatty v0.0.14
- github.com/mitchellh/mapstructure v1.4.3
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml v1.9.4
- github.com/pelletier/go-toml/v2 v2.0.0-beta.8
- github.com/spf13/afero v1.8.2
- github.com/spf13/cast v1.4.1
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.11.0
- github.com/subosito/gotenv v1.2.0
- github.com/ugorji/go/codec v1.1.7
- golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
- golang.org/x/text v0.3.7
- google.golang.org/protobuf v1.28.0
- gopkg.in/ini.v1 v1.66.4
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b