MCPcopy Create free account
hub / github.com/go-pg/pg / connect

Function connect

example_test.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func connect() *pg.DB {
34 return pg.Connect(pgOptions())
35}
36
37func panicIf(err error) {
38 if err != nil {

Callers 9

ExampleDB_Model_hasOneFunction · 0.85
ExampleDB_Model_hasManyFunction · 0.85
initFunction · 0.85

Calls 1

pgOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…