MCPcopy 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
11type Godb struct {
12 helper.ORMInterface
13 conn *godbware.DB
14}
15
16func CreateGodb() helper.ORMInterface {
17 return &Godb{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected