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
- Preload callback receives *gorm.DB with clone=0 since v1.30.0, causing unsafe state sharing
- gorm code freezes if there is a panic in scan
- Joinload - an alternate to preload for large databases that encounter the postgres 65,535 limit in the "IN" clause
- Field time.Time doesn't get updated when saving a list of models
- Fix Count: honor custom SELECT count expressions, avoid extra columns
- Add PrepareStmtAutoSave option to enable PostgreSQL autosave_prepared_statements
- Fix #6557: Avoid redundant column migrations when using type aliases
- Proposal: Add Conditional WhereIf Method for Chainable Query Building
- Fix NULL handling for non-pointer struct sql.Scanner fields
- Add WhereHas and WhereDoesntHave helpers for relationship filtering
- Docs
- Go not yet supported