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
- feat(schema): implement adequate automatic naming for many2many join tables.
- fix(migrator): support functional prefix indexes for PostgreSQL
- postgresql index:idx_name,length:5 can't work when AutoMigrate
- fix(regression): ScanRows should preserve struct fields and handle NULL defaults
- correct typo and rename fileType to fieldType in AlterColumn
- Breaking change: `Raw().Scan()` resets non-selected struct fields to zero values in v1.31.1
- [BUG] 当使用 Joins 时,如果两个表没有关联关系,无法进行 join 操作
- [BUG] PG 使用泛型 Select 会错误的使用单引号包裹字段,实际应该是双引号
- Add FUNCTION tag support for index expressions
- tests: assert belongs-to association errors explicitly
- Docs
- Go not yet supported