MCPcopy
hub / github.com/go-gorm/gorm / DB

Struct DB

gorm.go:108–114  ·  gorm.go::DB

DB GORM DB definition

Source from the content-addressed store, hash-verified

106
107// DB GORM DB definition
108type DB struct {
109 *Config
110 Error error
111 RowsAffected int64
112 Statement *Statement
113 clone int
114}
115
116// Session session config when create session with Session() method
117type Session struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected