Lightweight SQL editor for Eclipse

Is there any simple SQL editor plugin for Eclipse?

By simple I mean, the editor does NOT connect to any DB, does syntax highlighting and preferably formatting sql is a bonus.


for reference to add sql syntax highlighting / coloring to eclipse you can install Data tools platform extender sdk from "install new software", under Database Development

or enter site location directly http://download.eclipse.org/datatools/updates


This Eclipse SQL Editor seems very lightweight. It only does syntax highlighting and provides an outline view. As of now the author is planning to eventually add code folding and completion, but those two features are still on the todo list.


Use Toad eclipse-extension (community edition), you will get almost everything you want in an SQL editor. Search for 'toad' in eclipse market place. It has very good Oracle, MySQL and PostgreSQL support.

Take a look at Installation instructions and screenshots.

Alternatively, there is DBeaver (very good in my experience and support almost all DB's) which is built on eclipse platform and available as standalone and eclipse plugin.

链接地址: http://www.djcxy.com/p/63362.html

上一篇: Eclipse的JavaScript编辑器插件

下一篇: Eclipse的轻量级SQL编辑器