Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 161 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 161 Bytes

ORM使用

gorm

go get -u gorm.io/gorm
go get -u gorm.io/driver/sqlite

sqlx

go mod tidy

run

go run xx.go