Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efectn/go-orm-benchmarks
/ Name
Method
Name
bench/gorp.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(gorp *Gorp) Name() string {
23
return
"gorp"
24
}
25
26
func
(gorp *Gorp) Init() error {
27
db, err := sql.Open(
"pgx"
, helper.OrmSource)
Callers
5
Insert
Method · 0.95
InsertMulti
Method · 0.95
Update
Method · 0.95
Read
Method · 0.95
ReadSlice
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected