[ANN] Database Navigator goes MySQL
A new version (1.0.382) of the Database Navigator plugin has been released:
http://plugins.intellij.net/plugin/?id=1800
Starting with version 1.0.382, Database Navigator plugin no longer supports only Oracle databases.
Most of the features are now available for MySQL databases as well.
List of supported features:
- specific MySQL language dialect (only data manipulation statements for now)
- Data editor
- View editor (with code completion and navigation)
- Procedure, Function an Trigger editor (only highlighted)
- Database object browser
- Statement execution
Yet the MySQL support is in very early experimental phase.
Please report any issue you may encounter to the dedicated request tracker:
http://www.jetbrains.net/jira/browse/DBN.
Enjoy!
请先登录再写评论。
Hi,
Have you planned to make this plugin usable with 8.0 release ?
Sylvain
Hi Sylvain,
yes I plan to. Only due to the major changes in the 8.0 plugin api, it will need custom implementation and a separate build. And additionally it will conflict with the SQL support offered by Intellij in the standard distribution. Don’t know yet how to deal with this problem. So I rather think it will not be so soon. Unfortunately.
Dan
Have uploaded a new version 1.0.384 with some minor NPE fixes.
1.0.382 is no longer available