I am trying to develop a database management tool in Scala through the IntelliJ IDE, but am having trouble even making a simple connection. All the tutorials I have seen are telling me to go to the Data Sources tool window, but I have not been able to find that menu option where I am being told to look. My Windows->Tool Windows menu does not have a data sources option (I am using IntelliJ IDEA 10.5.2).
Is this tool in a different place in this version, or is there another simple way to manage a database connection?
I don’t have this window, too. According to the IntelliJ IDEA 10.5 Web Help as well as IntelliJ Wiki it is available in Ultimate edition of IntelliJ only. What edition do you have?