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
- AutoMigrate will not update changed `default` value for primary keys
- An error occurs in a multi-coroutine scenario
- AfterUpdate hooks fails for nil uuid pointer
- Grouped conditions in scopes results in duplicative where conds
- Fixed "*DB.Raw()" bug where single or double quotes containing '@' were incorrectly identified as named variables
- Using an `@` in a string passed to `Select` results in incorrect query
- Reflection issue when trying to Join relationships
- Models with composite keys cannot be successfully removed using Delete(...)
- Nested Preload loading incorrect data into model
- GORM connects to "postgres" db instead of explicitly specified
- Docs
- Go not yet supported