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 supported2 Subscribers
Add a CodeTriage badge to gorm
Help out
- Issues
- Generics API Joins() fails on Oracle due to hardcoded "AS" before table alias
- Generated SQL is having quotes in Table alias name even though unquoted alias name is provided.
- RowQuery callback fails to set Statement.Dest causing Raw().Row() to return nil and panic
- slog logger: individual queries should be logged with level "Debug"
- Calling Exec using generics API only returns errors and no information
- bug: FirstOrCreate's does not return Assign result into struct
- `UpdateColums` inserts associations that are loaded into memory
- Support escaping double quotes in struct tags
- Dialector for Oracle
- Where() should treat custom string types as SQL conditions
- Docs
- Go not yet supported