Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Masterminds/structable
/ driver
Function
driver
schema2struct/schema2struct.go:87–89 ·
view source on GitHub ↗
(c *cli.Context)
Source
from the content-addressed store, hash-verified
85
}
86
87
func
driver(c *cli.Context) string {
88
return
c.String(
"driver"
)
89
}
90
func
conn(c *cli.Context) string {
91
return
os.ExpandEnv(c.String(
"connection"
))
92
}
Callers
2
cxdie
Function · 0.85
importTables
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected