MCPcopy
hub / github.com/sqlc-dev/sqlc / ManagedClient

Struct ManagedClient

internal/dbmanager/client.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34var flight singleflight.Group
35
36type ManagedClient struct {
37 cache *poolcache.Cache
38 replacer *shfmt.Replacer
39 servers []config.Server
40}
41
42func dbid(migrations []string) string {
43 h := fnv.New64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected