Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ GetDBConn
Method
GetDBConn
interfaces.go:77–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
// GetDBConnector SQL db connector
76
type
GetDBConnector
interface
{
77
GetDBConn() (*sql.DB, error)
78
}
79
80
// Rows rows interface
Callers
3
GetDBConn
Method · 0.65
GetDBConn
Method · 0.65
DB
Method · 0.65
Implementers
2
PreparedStmtDB
prepare_stmt.go
PreparedStmtTX
prepare_stmt.go
Calls
no outgoing calls
Tested by
no test coverage detected