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

Method Name

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

Source from the content-addressed store, hash-verified

20}
21
22func (dbr *Dbr) Name() string {
23 return "dbr"
24}
25
26func (dbr *Dbr) Init() error {
27 conn, err := dbrware.Open("postgres", helper.OrmSource, nil)

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