gorm connects mysql and model definition
1. gorm operation mysql:
1.1 installation gorm
Gorm official website: https://gorm.io/zh_CN/docs/connecting_to_the_database.html
GitHub address of Gorm: https://github.com/go-gorm/gorm
go get -u gorm.io/gorm
1.2 install mysql driver
go get -u gorm.io/driver/mysql
two Connect to Mysql, automatically migrate and generate data t ...
Posted on Sun, 07 Nov 2021 17:10:45 -0500 by raimis100