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
- Performance: eliminate hot-path overhead when logger is Silent (Trace closure, time.Now, context leak)
- Performance: add singleflight for schema Parse and cache ParseIndexes results
- Performance: lock contention and goroutine leak in prepared statement cache / LRU
- Performance: reduce per-query allocations with sync.Pool for Statement and scan buffers
- Performance: reduce reflection and fmt.Sprintf allocations in SQL building paths
- Performance: improve preload efficiency — O(n²) assignment, concurrent loading, batch splitting
- Difference in behavior when using the DB and a clone in OR statments
- fix: schema race condition in parsing
- fix: do not apply special table name to dependency models in ReorderModels
- Bug: Session(&gorm.Session{PrepareStmt:false}) silently inherits parent PrepareStmt:true — cannot downgrade for AutoMigrate / DDL flows
- Docs
- Go not yet supported