gorm
https://github.com/go-gorm/gorm
Go
The fantastic ORM library for Golang, aims to be developer friendly
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported1 Subscribers
Add a CodeTriage badge to gorm
Help out
- Issues
- Combine Preload with Updates doesn't seem to return preloaded result unless if chained with First
- HasTable() method should return an error in addition to boolean
- AutoMigrate drop unique index that already exists on mysql table
- preload doesn't work in gorm 1.31.1 works in 1.31.0
- queryFields should also be applied to UPDATE .. RETURNING
- about the execution order of the `BeforeDelete` hook when performing a soft delete
- add tag function to (unique)index
- fix: prevent interface type array from causing runtime errors
- Document Where().Update() behaviour
- In opening transaction, if it use the FirstOrCreate() function it will have error.
- Docs
- Go not yet supported