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

Interface Client

internal/dbmanager/client.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type Client interface {
30 CreateDatabase(context.Context, *CreateDatabaseRequest) (*CreateDatabaseResponse, error)
31 Close(context.Context)
32}
33
34var flight singleflight.Group
35

Callers 13

VerifyFunction · 0.95
CreateDBFunction · 0.95
AnalyzeMethod · 0.65
EnsureConnMethod · 0.65
fetchDatabaseUriMethod · 0.65
scanRelationsFunction · 0.65
scanProcsFunction · 0.65
runFunction · 0.65
CreateDatabaseMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65

Implementers 1

ManagedClientinternal/dbmanager/client.go

Calls

no outgoing calls

Tested by

no test coverage detected