MCPcopy Create free account
hub / github.com/efectn/go-orm-benchmarks / Reform

Struct Reform

bench/reform.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type Reform struct {
16 helper.ORMInterface
17 conn *reformware.DB
18 db *sql.DB
19}
20
21func CreateReform() helper.ORMInterface {
22 return &Reform{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected