Categorygithub.com/davidhintelmann/gin-postgresql
modulepackage
0.0.0-20230513002534-c06ffd620bf1
Repository: https://github.com/davidhintelmann/gin-postgresql.git
Documentation: pkg.go.dev

# README

gin-postgresql

Using the gin webframework for go lang and PostgreSQL database for creating a simple RESTful API

Please note in connect/password_edit.go there is an ImportPassword_() function which needs to edited. The underscore needs to be removed at the end of the function's name and the filename needs to be renamed to password.go. Then enter your PostgreSQL password into the function's return statement.

For starters I recommend following this tutorial from go lang for using gin web framework for creating a simple RESTful API.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author