is there any way to use WAMP in jetbrains ultimate 11
I'm trying to find a way to use a wamp server along with jetbrains but I only want the data base server any ways
does jetbrains offer a diferent database server that would be an alternative to MySQL?
Please sign in to leave a comment.
I'm not sure I'm fully understanding your question, but IntelliJ IDEA can connect to any JDBC complaint database. When you configure a new Data Source (Tools > Data source...) you can either select one of the pre-defend databases, or navigate to and select a JAR with the JDBC drivers for another database.
For SQL code completion and error highlighting, you can set the SQL Dialect for the project via File > Settings. Under "project settings" is an "SQL Dialect" option.
I hope that helps.