Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ NewClient
Function
NewClient
internal/dbmanager/client.go:144–150 ·
view source on GitHub ↗
(servers []config.Server)
Source
from the content-addressed store, hash-verified
142
}
143
144
func
NewClient(servers []config.Server) *ManagedClient {
145
return
&ManagedClient{
146
cache: poolcache.New(),
147
servers: servers,
148
replacer: shfmt.NewReplacer(nil),
149
}
150
}
Callers
4
NewCompiler
Function · 0.92
Verify
Function · 0.92
fetchDatabaseUri
Method · 0.92
CreateDB
Function · 0.92
Calls
2
New
Function · 0.92
NewReplacer
Function · 0.92
Tested by
no test coverage detected