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
- Chain-style API (gorm.G + field helpers) doesn’t cover nested conditions without using clause package
- Fix generics model pointer handling and expand query APIs
- Using Model with Session() cloning causes stale WHERE conditions in subsequent Updates() calls
- Fix PostgreSQL INCLUDE option parsing for multi-column indexes
- Fix #7698: recover from panics during Scan in CRUD callbacks
- Generics API: Updates ( ctx, t ) and Hook cannot be used together
- Q: how to handle db.Connection() manually?
- fix: Use DO NOTHING when associated model lacks primary keys
- POSTGRES: Covering index fails when more than one field is provided in INCLUDE statement
- Use `" AS "` when aliasing tables
- Docs
- Go not yet supported