1 min readJan 28, 2020
Hi, there is a class called connector that has gorm references like below.
“github.com/jinzhu/gorm”
_ “github.com/jinzhu/gorm/dialects/postgres”
especially the second package important to use PostgreSQL. And also each model has its own gorm reference.