Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efectn/go-orm-benchmarks
/ Gorm
Struct
Gorm
bench/gorm.go:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
Gorm
struct
{
12
helper.ORMInterface
13
conn *gormdb.DB
14
}
15
16
func
CreateGorm() helper.ORMInterface {
17
return
&Gorm{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected