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

Struct Sqlx

bench/sqlx.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Sqlx struct {
22 helper.ORMInterface
23 conn *sqlxdb.DB
24}
25
26func CreateSqlx() helper.ORMInterface {
27 return &Sqlx{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected