MCPcopy Create free account
hub / github.com/cloudwan/gohan / DB

Struct DB

db/sql/sql.go:59–66  ·  view source on GitHub ↗

DB is sql implementation of DB

Source from the content-addressed store, hash-verified

57
58//DB is sql implementation of DB
59type DB struct {
60 sqlType, connectionString string
61 handlers map[string]propertyHandler
62 DB *sqlx.DB
63
64 // options
65 options options.Options
66}
67
68//Transaction is sql implementation of Transaction
69type Transaction struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected