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
- If a field in a database table uses the serializer tag and AutoMigrate is used, then even if there are no changes to this field, AutoMigrate will still perform an ALTER on the table every time
- Transaction leak using `Session` in `Scopes`
- Release notes for 1.25.x versions
- Gorm doesnt allow updates of ids whose relations have been preloaded
- Presence of .Or() messes up conditions
- Prepare stmt caching
- Restore dead code elimination for callbacks by reverting to constant MethodByName lookups
- 我应该如何清除多个对象的关联关系?How do I clear associations for multiple objects?
- Support deferred constraints
- Update model using map with the generics api
- Docs
- Go not yet supported