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 supported0 Subscribers
Add a CodeTriage badge to gorm
Help out
- Issues
- Bug: Self-Referential 'belongs to' relationship with UUID foreign key incorrectly migrated as 'bigint' (PostgreSQL)
- feat: Provide detailed error messages for field.Set failures
- Feature: 添加结构化日志接口支持(Structured Logging Interface)
- Column Diff — Detect Missing Columns and Type Changes
- 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
- Docs
- Go not yet supported