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

Struct Sqlboiler

bench/sqlboiler.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Sqlboiler struct {
15 helper.ORMInterface
16 conn *sql.DB
17}
18
19func CreateSqlboiler() helper.ORMInterface {
20 return &Sqlboiler{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected