Eclipse 的开源数据库插件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/75270/
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
Open Source Database Plugin For Eclipse?
提问by jeffjakub
Does anyone know of a good open source plugin for database querying and exploring within Eclipse?
有谁知道一个很好的开源插件,用于在 Eclipse 中查询和探索数据库?
The active Database Exploring plugin within Eclipse is really geared around being associated with a Java project. While I am just trying to run ad-hoc queries and explore the schema. I am effectively looking for a just a common, quick querying tool without the overhead of having to create a code project. I have found a couple open source database plugins for Eclipse but these have not seen active development in over a year.
Eclipse 中的活动数据库探索插件真正适合与 Java 项目相关联。虽然我只是尝试运行临时查询并探索模式。我正在有效地寻找一个通用的、快速的查询工具,而无需创建代码项目的开销。我为 Eclipse 找到了几个开源数据库插件,但这些插件在一年多的时间里没有看到积极的开发。
Any suggestions?
有什么建议?
采纳答案by Peter Boughton
I use SQL Explorer.
我使用 SQL 资源管理器。
It comes as an Eclipse plugin or standalone.
它以 Eclipse 插件或独立的形式出现。
回答by Mike Desjardins
I use Quantum DB, and it seems to work quite well.
我使用 Quantum DB,它似乎工作得很好。