GORM 指南
go get -u gorm.io/gorm
go get -u gorm.io/driver/sqlite
go 常见错误
github.com/mattn/go-sqlite3
cgo: exec gcc: exec: "gcc": executable file not found in %PATH%
https://www.cnblogs.com/lyonnee/p/error_cgo_exec_gcc_exec.html
https://blog.csdn.net/weixin_53477664/article/details/123346475