If I do the following:
func New(db *sql.DB) (*gorm.DB, error) { gDB, err := gorm.Open(postgres.New( postgres.Config{ Conn: db,