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