当前位置: 代码迷 >> SQL >> 怎么在eclipse中安装Eclipse SQL Explorer
  详细解决方案

怎么在eclipse中安装Eclipse SQL Explorer

热度:139   发布时间:2016-05-05 15:16:22.0
如何在eclipse中安装Eclipse SQL Explorer

?

About Eclipse SQL Explorer

Eclipse SQL Explorer is a thin SQL client that allows you to query and browse any JDBC compliant database. It supports plugins with specialized functionality for individual databases (Oracle, DB2 and MySQL) and can be extended to include specialized support for other databases.

The project started as a fork from the original?JFaceDb?project which has gone commercial and uses some of the core libraries of?SQuirreL SQL.

The application is available as a standalone client or as a plugin for Eclipse 3.3.

Installation Instructions

Standalone Client

To install the standalone client,?download?Eclipse SQL Explorer RCP. Extract the zipfile and launch sqlexplorer.exe to start the application.

Eclipse Plugin

Download

Download?the Eclipse SQL Explorer plugin and extract the zip file in your eclipse directory (requires Eclipse 3.3 or better).
After restarting eclipse with the -clean option, a new SQL Explorer perspective should be available.

Eclipse Update Site

You can install and update Eclipse SQL Explorer via the eclipse update mechanism. The update site for Eclipse SQL Explorer is http://eclipsesql.sourceforge.net/

  相关解决方案