Eclipse/MySQL 集成插件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/876143/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 13:17:25  来源:igfitidea点击:

Eclipse/MySQL integration plugins?

mysqleclipseplugins

提问by Anand

What plugins should I install in Eclipse to integrate MySQL into Eclipse so that I can, for example, create and modify tables inside Eclipse?

我应该在 Eclipse 中安装哪些插件来将 MySQL 集成到 Eclipse 中,以便我可以,例如,在 Eclipse 中创建和修改表?

回答by zvikico

You can use any plugin which allows editing database through JDBC. You will need the MySql JDBC driver (get it here).

您可以使用任何允许通过 JDBC 编辑数据库的插件。您将需要 MySql JDBC 驱动程序(在此处获取)。

There is the Eclipse own Data Tools Project(you can get it as part of the BIRT package).

有 Eclipse 自己的数据工具项目(您可以将它作为BIRT 包的一部分获得)。

Two popular plugins are DBViewerand Eclipse SQL Explorer, but there are a lot of other options. Most of thesewill work.

两个流行的插件是DBViewerEclipse SQL Explorer,但还有很多其他选项。大多数的这些会工作。

Personally, I admit, I prefer working with a native tool, I just don't like browsing the tables inside my IDE (I use Sequel Pro, which is Mac only).

就我个人而言,我承认,我更喜欢使用本机工具,我只是不喜欢在我的 IDE 中浏览表格(我使用Sequel Pro,它仅适用于 Mac)。