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