Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efectn/go-orm-benchmarks
/ Name
Method
Name
bench/dbr.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(dbr *Dbr) Name() string {
23
return
"dbr"
24
}
25
26
func
(dbr *Dbr) Init() error {
27
conn, err := dbrware.Open(
"postgres"
, helper.OrmSource, nil)
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