Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ IsPGX
Method
IsPGX
internal/codegen/golang/opts/enum.go:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(d SQLDriver) IsPGX() bool {
48
return
d == SQLDriverPGXV4 || d == SQLDriverPGXV5
49
}
50
51
func
(d SQLDriver) IsGoSQLDriverMySQL() bool {
52
return
d == SQLDriverGoSQLDriverMySQL
Callers
5
Params
Method · 0.80
Scan
Method · 0.80
generate
Function · 0.80
queryImports
Method · 0.80
postgresType
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected