Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string `json:"name"`
DisplayName string `json:"displayName"`
Description string `json:"description"`
Driver string `json:"driver"`
Connection string `json:"connection"`
}
Config is the structure of the configuration for a single SQL database instance.
Click to show internal directories.
Click to hide internal directories.