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