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