Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiscoverEndpointsPrompt ¶ added in v0.2.0
func SchemaFromConfig ¶
func SchemaFromConfig(config connectors.Config) string
SchemaFromConfig resolve schema from database config if it exists
func TablesPrompt ¶
Types ¶
type PromptColumnSchema ¶
type PromptColumnSchema struct {
Name string `yaml:"name"`
Type string `yaml:"type"`
PrimaryKey bool `yaml:"primary_key,omitempty"`
}
PromptColumnSchema is used specifically for generating prompts, omitting sensitive fields like PII flag
Click to show internal directories.
Click to hide internal directories.