Do you mean some tool in the IDE like a database browser or do you mean connecting from your code? Your code is basically Java so you can do whatever Java lets you do. The UI is IDEA-based so some IDEA plugin could theoretically work but I have no experience with that.
Do you mean some tool in the IDE like a database browser or do you mean connecting from your code? Your code is basically Java so you can do whatever Java lets you do. The UI is IDEA-based so some IDEA plugin could theoretically work but I have no experience with that.
i Tried to add the mysql connector.jar in the project library,But still showing class not found exception for JDBC DRIVER......
You need to add it as a library to a solution. See https://tomassetti.me/how-to-add-jars-and-resources-in-a-jetbrains-mps-project/