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

Method Name

bench/gorp.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (gorp *Gorp) Name() string {
23 return "gorp"
24}
25
26func (gorp *Gorp) Init() error {
27 db, err := sql.Open("pgx", helper.OrmSource)

Callers 5

InsertMethod · 0.95
InsertMultiMethod · 0.95
UpdateMethod · 0.95
ReadMethod · 0.95
ReadSliceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected