type SQLDatabase struct {
EncoreName string `json:"encore_name"` // the Encore name for the database DatabaseName string `json:"database_name"` // the actual database name as known by the SQL server. Host string `json:"host"`
User string `json:"user"`
Password string `json:"password"`
}