Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ CreateDatabase
Method
CreateDatabase
internal/dbmanager/client.go:30–30 ·
view source on GitHub ↗
(context.Context, *CreateDatabaseRequest)
Source
from the content-addressed store, hash-verified
28
29
type
Client
interface
{
30
CreateDatabase(context.Context, *CreateDatabaseRequest) (*CreateDatabaseResponse, error)
31
Close(context.Context)
32
}
33
Callers
5
Verify
Function · 0.95
CreateDB
Function · 0.95
Analyze
Method · 0.65
EnsureConn
Method · 0.65
fetchDatabaseUri
Method · 0.65
Implementers
1
ManagedClient
internal/dbmanager/client.go
Calls
no outgoing calls
Tested by
no test coverage detected