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

Struct Pgx

bench/pgx.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Pgx struct {
10 helper.ORMInterface
11 conn *pgxdb.Conn
12}
13
14func CreatePgx() helper.ORMInterface {
15 return &Pgx{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected