I am using Go for application development, and I use the gorm library to connect to the database. I see gorm has 2 libraries github.com/jinzhu/gorm and gorm.io/gorm.
github.com/jinzhu/gorm
gorm.io/gorm
I don't know which one to use. How do they differ?
Actually it's a same repo but jinzhu move GormV2 to new repo(https://github.com/go-gorm/gorm or gorm.io/gorm). From my point of view, we should use update lib github.com/go-gorm/gorm
github.com/go-gorm/gorm
1.4m articles
1.4m replys
5 comments
57.0k users